From 019a7f3da29e09002343f2db4c10e7a8d2020d27 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 8 May 2002 00:36:10 +0000 Subject: [PATCH] Run make test for all programs by default. --- Makefile.in | 4 ++-- programs/Makefile.in | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0d349b60b15..2d3302b4cec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,8 +72,8 @@ INSTALLSUBDIRS = \ # 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 1f989566edb..55945057a80 100644 --- a/programs/Makefile.in +++ b/programs/Makefile.in @@ -49,6 +49,8 @@ uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) $(SUBDIRS:%=%/__checklink__): dummy @cd `dirname $@` && $(MAKE) checklink +check test:: $(SUBDIRS:%=%/__test__) + checklink:: $(SUBDIRS:%=%/__checklink__) ### Dependencies: