Makefile 84 B

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