Run make test for all programs by default.

oldstable
Alexandre Julliard 2002-05-08 00:36:10 +00:00
parent 70c42d822f
commit 019a7f3da2
2 changed files with 4 additions and 2 deletions

View File

@ -72,8 +72,8 @@ INSTALLSUBDIRS = \
# Sub-directories to run make test into
TESTSUBDIRS = \
programs/winetest \
dlls
dlls \
programs
EMUOBJS = \
miscemu/miscemu.o

View File

@ -49,6 +49,8 @@ uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
$(SUBDIRS:%=%/__checklink__): dummy
@cd `dirname $@` && $(MAKE) checklink
check test:: $(SUBDIRS:%=%/__test__)
checklink:: $(SUBDIRS:%=%/__checklink__)
### Dependencies: