License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / pstore / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
cc04a46f
HT
2# Makefile for pstore selftests.
3# Expects pstore backend is registered.
4
5all:
6
f615e2bb
HT
7TEST_PROGS := pstore_tests pstore_post_reboot_tests
8TEST_FILES := common_tests pstore_crash_test
80d443e8 9EXTRA_CLEAN := logs/* *uuid
cc04a46f
HT
10
11include ../lib.mk
12
f615e2bb
HT
13run_crash:
14 @sh pstore_crash_test || { echo "pstore_crash_test: [FAIL]"; exit 1; }