These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / tools / testing / selftests / pstore / Makefile
1 # Makefile for pstore selftests.
2 # Expects pstore backend is registered.
3
4 all:
5
6 TEST_PROGS := pstore_tests pstore_post_reboot_tests
7 TEST_FILES := common_tests pstore_crash_test
8
9 include ../lib.mk
10
11 run_crash:
12         @sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }
13
14 clean:
15         rm -rf logs/* *uuid