mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 09:36:45 +07:00
072264fee8
cpu and memory hotplug scripts use the same name. Change memory on-off-test.sh to mem-on-off-test.sh. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 lines
292 B
Makefile
13 lines
292 B
Makefile
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:
|