From 15c52a751ae083fc50be37993401772f6fb058c4 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 11 Apr 2006 14:41:39 +0200 Subject: [PATCH] Makefile: There are currently no tests in the programs directory. --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7c1a02b8a39..2bcd50d0081 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,9 +55,7 @@ INSTALLBOTHSUBDIRS = dlls libs tools INSTALLSUBDIRS = $(INSTALLDEVSUBDIRS) $(INSTALLLIBSUBDIRS) # Sub-directories to run make test into -TESTSUBDIRS = \ - dlls \ - programs +TESTSUBDIRS = dlls all: Make.rules wine @echo "Wine build complete."