Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # Makefile for pstore selftests.
0003 # Expects pstore backend is registered.
0004 
0005 all:
0006 
0007 TEST_PROGS := pstore_tests pstore_post_reboot_tests
0008 TEST_FILES := common_tests pstore_crash_test
0009 EXTRA_CLEAN := logs/* *uuid
0010 
0011 include ../lib.mk
0012 
0013 run_crash:
0014         @sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }