diff options
| author | Michael Ellerman <mpe@ellerman.id.au> | 2014-06-13 07:16:04 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-24 00:29:41 -0400 |
| commit | aa83f3d8979528d2e6e8ad0c155d8ecf4eaef2e2 (patch) | |
| tree | 265e22150b53599c18a2508aaf10c2eb4aa3a8e3 /tools/testing/selftests/powerpc/tm/Makefile | |
| parent | f5fc82290c14b65511fea3db35f0bcbe6de746d3 (diff) | |
selftests/powerpc: Use the test harness for the TM DSCR test
This gives us standardised success/failure output and also handles
killing the test if it runs forever (2 minutes).
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/Makefile')
| -rw-r--r-- | tools/testing/selftests/powerpc/tm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/tm/Makefile b/tools/testing/selftests/powerpc/tm/Makefile index 51267f4184a6..2cede239a074 100644 --- a/tools/testing/selftests/powerpc/tm/Makefile +++ b/tools/testing/selftests/powerpc/tm/Makefile | |||
| @@ -2,7 +2,7 @@ PROGS := tm-resched-dscr | |||
| 2 | 2 | ||
| 3 | all: $(PROGS) | 3 | all: $(PROGS) |
| 4 | 4 | ||
| 5 | $(PROGS): | 5 | $(PROGS): ../harness.c |
| 6 | 6 | ||
| 7 | run_tests: all | 7 | run_tests: all |
| 8 | @-for PROG in $(PROGS); do \ | 8 | @-for PROG in $(PROGS); do \ |
