staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git] / tools / testing / selftests / pstore / Makefile
blob5ef57855a2be34d10db817551612472ea5291f9e
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for pstore selftests.
3 # Expects pstore backend is registered.
5 all:
7 TEST_PROGS := pstore_tests pstore_post_reboot_tests
8 TEST_FILES := common_tests pstore_crash_test
9 EXTRA_CLEAN := logs/* *uuid
11 include ../lib.mk
13 run_crash:
14 @sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }