Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.5-rc5 15 lines 309 B view raw
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 8 9include ../lib.mk 10 11run_crash: 12 @sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; } 13 14clean: 15 rm -rf logs/* *uuid