14 lines
350 B
Makefile
14 lines
350 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVDATA_TEST)/copy
|
|
|
|
TESTPROD_HOST += testCreateRequest
|
|
testCreateRequest_SRCS = testCreateRequest.cpp
|
|
testHarness_SRCS += testCreateRequest.cpp
|
|
TESTS += testCreateRequest
|
|
|
|
TESTPROD_HOST += testPVCopy
|
|
testPVCopy_SRCS += testPVCopy.cpp
|
|
testHarness_SRCS += testPVCopy.cpp
|
|
TESTS += testPVCopy
|