Rename test to testTop and adjust build config
This commit is contained in:
6
Makefile
6
Makefile
@ -8,7 +8,7 @@ DIRS := configure
|
|||||||
DIRS += src
|
DIRS += src
|
||||||
src_DEPEND_DIRS = configure
|
src_DEPEND_DIRS = configure
|
||||||
|
|
||||||
EMBEDDED_TOPS := test
|
EMBEDDED_TOPS := testTop
|
||||||
EMBEDDED_TOPS += arrayPerformance
|
EMBEDDED_TOPS += arrayPerformance
|
||||||
EMBEDDED_TOPS += $(wildcard example*)
|
EMBEDDED_TOPS += $(wildcard example*)
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ endef
|
|||||||
|
|
||||||
$(foreach dir, $(EMBEDDED_TOPS), $(eval $(call dir_DEP,$(dir))))
|
$(foreach dir, $(EMBEDDED_TOPS), $(eval $(call dir_DEP,$(dir))))
|
||||||
|
|
||||||
exampleDatabase_DEPEND_DIRS += test
|
exampleDatabase_DEPEND_DIRS += testTop
|
||||||
examplePowerSupply_DEPEND_DIRS += test
|
examplePowerSupply_DEPEND_DIRS += testTop
|
||||||
|
|
||||||
include $(TOP)/configure/RULES_TOP
|
include $(TOP)/configure/RULES_TOP
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
# If this example is built in a directory under pvDatabaseCPP,
|
# If this example is built in a directory under pvDatabaseCPP,
|
||||||
# use the following definitions:
|
# use the following definitions:
|
||||||
|
|
||||||
PVDATABASETEST = $(TOP)/../test
|
PVDATABASETEST = $(TOP)/../testTop
|
||||||
PVDATABASE = $(TOP)/..
|
PVDATABASE = $(TOP)/..
|
||||||
|
|
||||||
-include $(TOP)/../configure/RELEASE.local
|
-include $(TOP)/../configure/RELEASE.local
|
||||||
@ -36,7 +36,7 @@ PVDATABASE = $(TOP)/..
|
|||||||
# If you copied this example from pvDatabaseCPP to be built as a
|
# If you copied this example from pvDatabaseCPP to be built as a
|
||||||
# standalone TOP, adjust and use the following definitions:
|
# standalone TOP, adjust and use the following definitions:
|
||||||
|
|
||||||
#PVDATABASETEST = /path/to/epics/pvDatabaseCPP/test
|
#PVDATABASETEST = /path/to/epics/pvDatabaseCPP/testTop
|
||||||
#PVDATABASE = /path/to/epics/pvDatabaseCPP
|
#PVDATABASE = /path/to/epics/pvDatabaseCPP
|
||||||
|
|
||||||
#-include $(TOP)/../RELEASE.local
|
#-include $(TOP)/../RELEASE.local
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
# If this example is built in a directory under pvDatabaseCPP,
|
# If this example is built in a directory under pvDatabaseCPP,
|
||||||
# use the following definitions:
|
# use the following definitions:
|
||||||
|
|
||||||
PVDATABASETEST = $(TOP)/../test
|
PVDATABASETEST = $(TOP)/../testTop
|
||||||
PVDATABASE = $(TOP)/..
|
PVDATABASE = $(TOP)/..
|
||||||
|
|
||||||
-include $(TOP)/../configure/RELEASE.local
|
-include $(TOP)/../configure/RELEASE.local
|
||||||
@ -36,7 +36,7 @@ PVDATABASE = $(TOP)/..
|
|||||||
# If you copied this example from pvDatabaseCPP to be built as a
|
# If you copied this example from pvDatabaseCPP to be built as a
|
||||||
# standalone TOP, adjust and use the following definitions:
|
# standalone TOP, adjust and use the following definitions:
|
||||||
|
|
||||||
#PVDATABASETEST = /path/to/epics/pvDatabaseCPP/test
|
#PVDATABASETEST = /path/to/epics/pvDatabaseCPP/testTop
|
||||||
#PVDATABASE = /path/to/epics/pvDatabaseCPP
|
#PVDATABASE = /path/to/epics/pvDatabaseCPP
|
||||||
|
|
||||||
#-include $(TOP)/../RELEASE.local
|
#-include $(TOP)/../RELEASE.local
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# pvDatabaseCPP/test RELEASE - Location of external support modules
|
# pvDatabaseCPP/testTop RELEASE - Location of external support modules
|
||||||
#
|
#
|
||||||
# IF YOU CHANGE this file or any file it includes you must
|
# IF YOU CHANGE this file or any file it includes you must
|
||||||
# subsequently do a "gnumake rebuild" in the application's
|
# subsequently do a "gnumake rebuild" in the application's
|
Reference in New Issue
Block a user