aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/memory-hotplug/Makefile
blob: 8f7dea66ecace17b3e766b674b8a08c6b373fe20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
all:

include ../lib.mk

override RUN_TESTS := ./on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"

run_full_test:
	@/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"

clean: