Added TESTPROD.

This commit is contained in:
Janet B. Anderson
2000-03-30 16:49:36 +00:00
parent b3d6cb0fb9
commit 65aefb4137

View File

@@ -222,6 +222,17 @@ PROD += $(PROD_DEFAULT)
endif
endif
#
# concat specific products
#
ifneq ($(strip $(TESTPROD_$(OS_CLASS))),)
TESTPROD += $(subst -nil-,,$(TESTPROD_$(OS_CLASS)))
else
ifdef TESTPROD_DEFAULT
TESTPROD += $(TESTPROD_DEFAULT)
endif
endif
#
# concat specific scripts
#