Makefile 87 B

123456
  1. all:
  2. run_tests:
  3. @./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
  4. clean: