Skip to content
Snippets Groups Projects
Commit 019a7f3d authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Run make test for all programs by default.

parent 70c42d82
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment