From 5d5346d8187fdd09a941e346eee18de92518eccc Mon Sep 17 00:00:00 2001 From: gjansa Date: Wed, 29 Dec 2010 09:55:19 +0100 Subject: [PATCH] transportRegistry test --- testApp/utils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testApp/utils/Makefile b/testApp/utils/Makefile index 49343d0..8e364c2 100644 --- a/testApp/utils/Makefile +++ b/testApp/utils/Makefile @@ -30,6 +30,10 @@ PROD_HOST += introspectionRegisterTest introspectionRegisterTest_SRCS += introspectionRegistryTest.cpp introspectionRegisterTest_LIBS += pvAccess Com pvData +PROD_HOST += transportRegisterTest +transportRegisterTest_SRCS += transportRegistryTest.cpp +transportRegisterTest_LIBS += pvAccess Com pvData + include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE