Makefile 242 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. all:
  3. include ../lib.mk
  4. TEST_PROGS := mem-on-off-test.sh
  5. run_full_test:
  6. @/bin/bash ./mem-on-off-test.sh -r 10 && echo "memory-hotplug selftests: [PASS]" || echo "memory-hotplug selftests: [FAIL]"
  7. clean: