9 lines
232 B
Makefile
9 lines
232 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
|