remove examples (moved to exampleCPP) ; test is now a regresion test (make runtests)

This commit is contained in:
mrkraimer
2016-01-21 14:39:23 -05:00
parent 4ac867ec0f
commit 102174913c
225 changed files with 425 additions and 37853 deletions
+11 -27
View File
@@ -1,37 +1,21 @@
TOP=..
include $(TOP)/configure/CONFIG
# This is a Makefile fragment, see ../Makefile
DBD += powerSupplyRegister.dbd
SRC_DIRS += $(PVDATABASE_TEST)/src
INC += powerSupply.h
LIBRARY_IOC += powerSupply
powerSupply_SRCS += powerSupply.cpp
powerSupply_SRCS += powerSupplyRegister.cpp
powerSupply_LIBS += pvDatabase
powerSupply_LIBS += pvAccess
powerSupply_LIBS += pvData
powerSupply_LIBS += Com
powerSupply_LIBS += $(EPICS_BASE_IOC_LIBS)
PROD_HOST += testPVCopy
testPVCopy_SRCS += powerSupply.cpp
TESTPROD_HOST += testPVCopy
testPVCopy_SRCS += testPVCopy.cpp
testPVCopy_LIBS += pvDatabase pvAccess pvData Com
testHarness_SRCS += testPVCopy.cpp
TESTS += testPVCopy
PROD_HOST += testPVRecord
testPVRecord_SRCS += powerSupply.cpp
TESTPROD_HOST += testPVRecord
testPVRecord_SRCS += testPVRecord.cpp
testPVRecord_LIBS += pvDatabase pvAccess pvData Com
testHarness_SRCS += testPVRecord.cpp
TESTS += testPVRecord
PROD_HOST += testExampleRecord
testExampleRecord_SRCS += powerSupply.cpp
TESTPROD_HOST += testExampleRecord
testExampleRecord_SRCS += testExampleRecord.cpp
testExampleRecord_LIBS += pvDatabase pvAccess pvData Com
testHarness_SRCS += testExampleRecord.cpp
TESTS += testExampleRecord
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE