Run make test for all programs by default.
This commit is contained in:
parent
70c42d822f
commit
019a7f3da2
|
@ -72,8 +72,8 @@ INSTALLSUBDIRS = \
|
|||
|
||||
# Sub-directories to run make test into
|
||||
TESTSUBDIRS = \
|
||||
programs/winetest \
|
||||
dlls
|
||||
dlls \
|
||||
programs
|
||||
|
||||
EMUOBJS = \
|
||||
miscemu/miscemu.o
|
||||
|
|
|
@ -49,6 +49,8 @@ uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
|||
$(SUBDIRS:%=%/__checklink__): dummy
|
||||
@cd `dirname $@` && $(MAKE) checklink
|
||||
|
||||
check test:: $(SUBDIRS:%=%/__test__)
|
||||
|
||||
checklink:: $(SUBDIRS:%=%/__checklink__)
|
||||
|
||||
### Dependencies:
|
||||
|
|
Loading…
Reference in New Issue