17 lines
308 B
Makefile
17 lines
308 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
TESTPROD_HOST += testProperty
|
|
testProperty_SRCS += testProperty.cpp
|
|
TESTS += testProperty
|
|
|
|
testProperty_LIBS += pvData Com
|
|
|
|
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|