Commit 019a7f3d authored by Alexandre Julliard's avatar Alexandre Julliard

Run make test for all programs by default.

parent 70c42d82
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment