From b28905dbfa55acdb71cf02b2b6f1ff453958edf0 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 1 Oct 2009 22:37:05 +0000 Subject: [PATCH] added tests to NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820826 13f79535-47bb-0310-9956-ffa450edef68 --- modules/NWGNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 7872b2603e..175a75499a 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -70,6 +70,12 @@ SUBDIRS += debugging \ $(EOLIST) endif +# Allow the test modules to be built if TEST is defined +ifdef TEST +SUBDIRS += test \ + $(EOLIST) +endif + # # Get the 'head' of the build environment. This includes default targets and -- 2.50.1