Skip to content

Commit a99693c

Browse files
committed
testApp depends on src for parallel build
1 parent 482c613 commit a99693c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ define DIR_template
1111
endef
1212
$(foreach dir, $(filter-out configure,$(DIRS)),$(eval $(call DIR_template,$(dir))))
1313

14+
testApp_DEPEND_DIRS += src
1415
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
1516

1617
include $(TOP)/configure/RULES_TOP

0 commit comments

Comments
 (0)