mm: rename alloc_pages_exact_node() to __alloc_pages_node()
[linux/fpc-iii.git] / tools / testing / selftests / memory-hotplug / Makefile
blobafb2624c704894fc280f553fbad9ac1f9fb07363
1 all:
3 include ../lib.mk
5 TEST_PROGS := mem-on-off-test.sh
6 override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
7 override EMIT_TESTS := echo "$(RUN_TESTS)"
9 run_full_test:
10 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
12 clean: