Skip to content
Snippets Groups Projects
Commit 471e777a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-12-07 11:19:35 by simonmar]

test $(IncludeTestDirsInBuild)
parent 54dd8d98
No related merge requests found
#-----------------------------------------------------------------------------
# $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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment