selftests/powerpc: Use the test harness for the TM DSCR test
[cascardo/linux.git] / tools / testing / selftests / powerpc / tm / Makefile
index 51267f4..2cede23 100644 (file)
@@ -2,7 +2,7 @@ PROGS := tm-resched-dscr
 
 all: $(PROGS)
 
-$(PROGS):
+$(PROGS): ../harness.c
 
 run_tests: all
        @-for PROG in $(PROGS); do \