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
|
# Sub-directories to run make test into
|
||||||
TESTSUBDIRS = \
|
TESTSUBDIRS = \
|
||||||
programs/winetest \
|
dlls \
|
||||||
dlls
|
programs
|
||||||
|
|
||||||
EMUOBJS = \
|
EMUOBJS = \
|
||||||
miscemu/miscemu.o
|
miscemu/miscemu.o
|
||||||
|
|
|
@ -49,6 +49,8 @@ uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
|
||||||
$(SUBDIRS:%=%/__checklink__): dummy
|
$(SUBDIRS:%=%/__checklink__): dummy
|
||||||
@cd `dirname $@` && $(MAKE) checklink
|
@cd `dirname $@` && $(MAKE) checklink
|
||||||
|
|
||||||
|
check test:: $(SUBDIRS:%=%/__test__)
|
||||||
|
|
||||||
checklink:: $(SUBDIRS:%=%/__checklink__)
|
checklink:: $(SUBDIRS:%=%/__checklink__)
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
|
Loading…
Reference in New Issue