From: Guenter Knauf Date: Thu, 1 Oct 2009 22:37:05 +0000 (+0000) Subject: added tests to NetWare build. X-Git-Tag: 2.3.3~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b28905dbfa55acdb71cf02b2b6f1ff453958edf0;p=apache added tests to NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820826 13f79535-47bb-0310-9956-ffa450edef68 --- 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