License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / testing / selftests / memory-hotplug / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d89dffa9
AM
2all:
3
5e29a910
ME
4include ../lib.mk
5
072264fe
SK
6TEST_PROGS := mem-on-off-test.sh
7override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
32dcfba6 8override EMIT_TESTS := echo "$(RUN_TESTS)"
ddddda9b
SK
9
10run_full_test:
072264fe 11 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
d89dffa9
AM
12
13clean: