xref: /openbmc/linux/tools/testing/selftests/memory-hotplug/Makefile (revision 1a4e39c2e5ca2eb494a53ecd73055562f690bca0)
1all:
2
3run_tests:
4	@/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]"
5
6run_full_test:
7	@/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
8
9clean:
10