initial batch of gtest tests
This commit is contained in:
+22
-26
@@ -2,37 +2,33 @@ TOP=../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
PROD_HOST += hexDumpTest
|
||||
hexDumpTest_SRCS += hexDumpTest.cpp
|
||||
hexDumpTest_LIBS += pvAccess pvData
|
||||
ifdef GTEST
|
||||
PROD_HOST += testUtils
|
||||
testUtils_SRCS += hexDumpTest.cpp
|
||||
testUtils_SRCS += wildcharMatcherTest.cpp
|
||||
testUtils_SRCS += inetAddressUtilsTest.cpp
|
||||
testUtils_LIBS += pvAccess pvData Com gtest_main
|
||||
endif
|
||||
|
||||
PROD_HOST += wildcharMatcherTest
|
||||
wildcharMatcherTest_SRCS += wildcharMatcherTest.cpp
|
||||
wildcharMatcherTest_LIBS += pvAccess pvData Com
|
||||
#PROD_HOST += loggerTest
|
||||
#loggerTest_SRCS += loggerTest.cpp
|
||||
#loggerTest_LIBS += pvAccess pvData Com
|
||||
|
||||
PROD_HOST += inetAddressUtilsTest
|
||||
inetAddressUtilsTest_SRCS += inetAddressUtilsTest.cpp
|
||||
inetAddressUtilsTest_LIBS += pvAccess pvData Com
|
||||
#PROD_HOST += introspectionRegisterTest
|
||||
#introspectionRegisterTest_SRCS += introspectionRegistryTest.cpp
|
||||
#introspectionRegisterTest_LIBS += pvAccess Com pvData
|
||||
|
||||
PROD_HOST += loggerTest
|
||||
loggerTest_SRCS += loggerTest.cpp
|
||||
loggerTest_LIBS += pvAccess pvData Com
|
||||
#PROD_HOST += transportRegisterTest
|
||||
#transportRegisterTest_SRCS += transportRegistryTest.cpp
|
||||
#transportRegisterTest_LIBS += pvAccess Com pvData
|
||||
|
||||
PROD_HOST += introspectionRegisterTest
|
||||
introspectionRegisterTest_SRCS += introspectionRegistryTest.cpp
|
||||
introspectionRegisterTest_LIBS += pvAccess Com pvData
|
||||
#PROD_HOST += namedLockPatternTest
|
||||
#namedLockPatternTest_SRCS += namedLockPatternTest.cpp
|
||||
#namedLockPatternTest_LIBS += pvAccess Com pvData
|
||||
|
||||
PROD_HOST += transportRegisterTest
|
||||
transportRegisterTest_SRCS += transportRegistryTest.cpp
|
||||
transportRegisterTest_LIBS += pvAccess Com pvData
|
||||
|
||||
PROD_HOST += namedLockPatternTest
|
||||
namedLockPatternTest_SRCS += namedLockPatternTest.cpp
|
||||
namedLockPatternTest_LIBS += pvAccess Com pvData
|
||||
|
||||
PROD_HOST += configurationTest
|
||||
configurationTest_SRCS += configurationTest.cpp
|
||||
configurationTest_LIBS += pvAccess Com pvData
|
||||
#PROD_HOST += configurationTest
|
||||
#configurationTest_SRCS += configurationTest.cpp
|
||||
#configurationTest_LIBS += pvAccess Com pvData
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
#----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user