Home | History | Annotate | Download | only in pstore
      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
     16