From cb561b84b307fba0b3ee0ed678caed52916fba27 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Wed, 4 Dec 2013 10:59:27 +0100 Subject: [PATCH] added testChannelAccess to TESTS --- testApp/remote/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/remote/Makefile b/testApp/remote/Makefile index 9846542..9308543 100644 --- a/testApp/remote/Makefile +++ b/testApp/remote/Makefile @@ -49,7 +49,7 @@ testServer_LIBS += pvData pvAccess pvMB Com TESTPROD_HOST += testChannelAccess testChannelAccess_SRCS = testChannelAccess channelAccessIFTest testChannelAccess_LIBS += pvData pvAccess pvMB Com -#TESTS += testChannelAccess +TESTS += testChannelAccess PROD_HOST += pvget pvget_SRCS += pvget.cpp