diff options
-rw-r--r-- | src/testdir/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 06223de8c5..033ab732ac 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -35,8 +35,6 @@ ifdef TESTNUM SCRIPTS := test$(TESTNUM).out endif -.SUFFIXES: .in .out - nongui: nolog $(SCRIPTS) report gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) report @@ -75,7 +73,7 @@ test1.out: .gdbinit test1.in echo; exit 1; fi" -rm -rf X* viminfo -.in.out: .gdbinit +%.out: %.in .gdbinit -rm -rf $*.failed test.ok $(RM_ON_RUN) cp $*.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. |