Rename test to testTop and adjust build config

This commit is contained in:
Andrew Johnson
2014-04-17 15:35:29 -05:00
parent 16fbd0f205
commit fcb82fd31f
20 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ DIRS := configure
DIRS += src
src_DEPEND_DIRS = configure
EMBEDDED_TOPS := test
EMBEDDED_TOPS := testTop
EMBEDDED_TOPS += arrayPerformance
EMBEDDED_TOPS += $(wildcard example*)
@@ -20,7 +20,7 @@ endef
$(foreach dir, $(EMBEDDED_TOPS), $(eval $(call dir_DEP,$(dir))))
exampleDatabase_DEPEND_DIRS += test
examplePowerSupply_DEPEND_DIRS += test
exampleDatabase_DEPEND_DIRS += testTop
examplePowerSupply_DEPEND_DIRS += testTop
include $(TOP)/configure/RULES_TOP