Module: wine Branch: refs/heads/master Commit: 15c52a751ae083fc50be37993401772f6fb058c4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=15c52a751ae083fc50be3799...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 11 14:41:39 2006 +0200
Makefile: There are currently no tests in the programs directory.
---
Makefile.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile.in b/Makefile.in index 7c1a02b..2bcd50d 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."