Added automatic generation of testspec to RULES_BUILD

This commit is contained in:
Nick Rees
2010-05-27 16:21:32 +01:00
parent 31790737e4
commit 08f2e5c41f

View File

@@ -88,6 +88,13 @@ include $(CONFIG)/RULES_TARGET
#
PRODTARGETS += $(PRODNAME) $(MUNCHNAME) $(CTDT_SRCS) $(CTDT_OBJS) $(NMS)
#---------------------------------------------------------------
# Generate a test specification if any tests are defined.
#
ifneq (,$(strip $(TESTS)))
TARGETS+=testspec
endif
#---------------------------------------------------------------
# Libraries
#