mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 18:24:22 +00:00
Changed testdir/Makefile to use Makefile wildcards instead of SUFFIXES
This commit is contained in:
committed by
John Szakmeister
parent
ad48e7c648
commit
86b6f1ccff
@@ -35,8 +35,6 @@ ifdef TESTNUM
|
|||||||
SCRIPTS := test$(TESTNUM).out
|
SCRIPTS := test$(TESTNUM).out
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.SUFFIXES: .in .out
|
|
||||||
|
|
||||||
nongui: nolog $(SCRIPTS) report
|
nongui: nolog $(SCRIPTS) report
|
||||||
|
|
||||||
gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) report
|
gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) report
|
||||||
@@ -75,7 +73,7 @@ test1.out: .gdbinit test1.in
|
|||||||
echo; exit 1; fi"
|
echo; exit 1; fi"
|
||||||
-rm -rf X* viminfo
|
-rm -rf X* viminfo
|
||||||
|
|
||||||
.in.out: .gdbinit
|
%.out: %.in .gdbinit
|
||||||
-rm -rf $*.failed test.ok $(RM_ON_RUN)
|
-rm -rf $*.failed test.ok $(RM_ON_RUN)
|
||||||
cp $*.ok test.ok
|
cp $*.ok test.ok
|
||||||
# Sleep a moment to avoid that the xterm title is messed up.
|
# Sleep a moment to avoid that the xterm title is messed up.
|
||||||
|
|||||||
Reference in New Issue
Block a user