mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
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>
11 lines
158 B
Makefile
11 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:
|