X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2FMakefile;h=7c61e4d44c52030e9d36969ea9816d5614a4df90;hb=471e777ad74a18d0f2e3102bffb77075c5db0ae6;hp=d247d623310b36c36b723578ed3427609eb57938;hpb=54dd8d984e980551a3552b15a192ffbdcc9a47e2;p=ghc-hetmet.git 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