Makefile 182 B

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