remove deprecated methods move CreateRequest from pvAccessCPP to pvDataCPP move pvCopy from pvDatabaseCPP to pvDataCPP
23 lines
436 B
Makefile
23 lines
436 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testCreateRequest
|
|
testCreateRequest_SRCS = testCreateRequest.cpp
|
|
testCreateRequest_LIBS = pvData Com
|
|
TESTS += testCreateRequest
|
|
|
|
PROD_HOST += testPVCopy
|
|
testPVCopy_SRCS += testPVCopy.cpp
|
|
testPVCopy_LIBS += pvData Com
|
|
TESTS += testPVCopy
|
|
|
|
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
|
|
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|