From: simonmar Date: Tue, 7 Dec 1999 11:19:35 +0000 (+0000) Subject: [project @ 1999-12-07 11:19:35 by simonmar] X-Git-Tag: Approximately_9120_patches~5418 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=471e777ad74a18d0f2e3102bffb77075c5db0ae6;p=ghc-hetmet.git [project @ 1999-12-07 11:19:35 by simonmar] test $(IncludeTestDirsInBuild) --- diff --git a/ghc/Makefile b/ghc/Makefile index d247d62..7c61e4d 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.8 1998/12/02 13:17:13 simonm Exp $ +# $Id: Makefile,v 1.9 1999/12/07 11:19:35 simonmar Exp $ # TOP=. @@ -31,4 +31,8 @@ ifeq "$(BIN_DIST)" "1" SUBDIRS := $(filter-out docs,$(SUBDIRS)) endif +ifeq ($(IncludeTestDirsInBuild),YES) +SUBDIRS += tests +endif + include $(TOP)/mk/target.mk