[project @ 1999-12-07 11:19:35 by simonmar]
authorsimonmar <unknown>
Tue, 7 Dec 1999 11:19:35 +0000 (11:19 +0000)
committersimonmar <unknown>
Tue, 7 Dec 1999 11:19:35 +0000 (11:19 +0000)
test $(IncludeTestDirsInBuild)

ghc/Makefile

index d247d62..7c61e4d 100644 (file)
@@ -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