Files
pvData/testApp/property/Makefile
2013-11-25 15:46:00 -05:00

17 lines
303 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
TESTPROD += testProperty
testProperty_SRCS += testProperty.cpp
TESTS += testProperty
testProperty_LIBS += pvData Com
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE