Makefile 190 B

123456789
  1. all:
  2. run_tests:
  3. @/bin/bash ./on-off-test.sh -r 2 || echo "memory-hotplug selftests: [FAIL]"
  4. run_full_test:
  5. @/bin/bash ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
  6. clean: