xref: /linux/tools/testing/selftests/pstore/Makefile (revision 3f07c0144132e4f59d88055ac8ff3e691a5fa2b8)
1# Makefile for pstore selftests.
2# Expects pstore backend is registered.
3
4all:
5
6TEST_PROGS := pstore_tests pstore_post_reboot_tests
7TEST_FILES := common_tests pstore_crash_test
8EXTRA_CLEAN := logs/* *uuid
9
10include ../lib.mk
11
12run_crash:
13	@sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }
14