Added automatic generation of testspec to RULES_BUILD
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user