summaryrefslogblamecommitdiffstats
path: root/tools/testing/selftests/memory-hotplug/Makefile
blob: afb2624c704894fc280f553fbad9ac1f9fb07363 (plain) (tree)
1
2
3
4
5
6
7
8
9

    

                 

                                                                                          
                                          

              
                                                                                  

      
all:

include ../lib.mk

TEST_PROGS := mem-on-off-test.sh
override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
override EMIT_TESTS := echo "$(RUN_TESTS)"

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

clean: