xref: /linux/tools/testing/selftests/pstore/Makefile (revision 48e42f91c10482992b474cc0874c0e33d76cb509)
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