Add dependency of exampleDatabase and examplePowerSupply to test

This commit is contained in:
Ralph Lange
2014-02-14 13:17:58 +01:00
parent c445368537
commit 92509abde8
3 changed files with 7 additions and 0 deletions

View File

@ -19,4 +19,7 @@ define EMB_template
endef
$(foreach dir, $(EMBEDDED_TOPS),$(eval $(call EMB_template,$(dir))))
exampleDatabase_DEPEND_DIRS += test
examplePowerSupply_DEPEND_DIRS += test
include $(TOP)/configure/RULES_TOP

View File

@ -27,12 +27,14 @@
# use the following definitions:
PVDATABASE = $(TOP)/..
PVDATABASETEST = $(TOP)/../test
-include $(TOP)/../../RELEASE.local
-include $(TOP)/../configure/RELEASE.local
# If you copied this example from pvDatabaseCPP to be built as a
# standalone TOP, define
# PVDATABASE = /path/to/epics/pvDatabaseCPP
# PVDATABASETEST = /path/to/epics/pvDatabaseCPP/test
# in the appropriate RELEASE[.local],
# and use the following definitions instead:

View File

@ -27,12 +27,14 @@
# use the following definitions:
PVDATABASE = $(TOP)/..
PVDATABASETEST = $(TOP)/../test
-include $(TOP)/../../RELEASE.local
-include $(TOP)/../configure/RELEASE.local
# If you copied this example from pvDatabaseCPP to be built as a
# standalone TOP, define
# PVDATABASE = /path/to/epics/pvDatabaseCPP
# PVDATABASETEST = /path/to/epics/pvDatabaseCPP/test
# in the appropriate RELEASE[.local],
# and use the following definitions instead: