Run make test for all programs by default.
diff --git a/Makefile.in b/Makefile.in
index 0d349b6..2d3302b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -72,8 +72,8 @@
# Sub-directories to run make test into
TESTSUBDIRS = \
- programs/winetest \
- dlls
+ dlls \
+ programs
EMUOBJS = \
miscemu/miscemu.o
diff --git a/programs/Makefile.in b/programs/Makefile.in
index 1f98956..5594505 100644
--- a/programs/Makefile.in
+++ b/programs/Makefile.in
@@ -49,6 +49,8 @@
$(SUBDIRS:%=%/__checklink__): dummy
@cd `dirname $@` && $(MAKE) checklink
+check test:: $(SUBDIRS:%=%/__test__)
+
checklink:: $(SUBDIRS:%=%/__checklink__)
### Dependencies: