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