cc16782169
cpu and memory hotplug scripts use the same name. Change cpu on-off-test.sh to cpu-on-off-test.sh. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
158 B
Makefile
10 lines
158 B
Makefile
all:
|
|
|
|
TEST_PROGS := cpu-on-off-test.sh
|
|
|
|
include ../lib.mk
|
|
|
|
run_full_test:
|
|
@/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
|
|
|
|
clean:
|