1TEST_PROGS := tm-resched-dscr 2 3all: $(TEST_PROGS) 4 5$(TEST_PROGS): ../harness.c 6 7include ../../lib.mk 8 9clean: 10 rm -f $(TEST_PROGS) *.o 11