1 # SPDX-License-Identifier: GPL-2.0 << 2 all: 1 all: 3 2 4 include ../lib.mk !! 3 run_tests: 5 !! 4 @./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]" 6 TEST_PROGS := mem-on-off-test.sh << 7 << 8 run_full_test: << 9 @/bin/bash ./mem-on-off-test.sh -r 10 << 10 5 11 clean: 6 clean:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.