From 8f92190ff9510584363b94d5e9a252982e0f037e Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 27 Nov 2017 17:41:48 -0600 Subject: [PATCH] minor --- p2pApp/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/p2pApp/Makefile b/p2pApp/Makefile index 5422dd6..602518b 100644 --- a/p2pApp/Makefile +++ b/p2pApp/Makefile @@ -18,9 +18,12 @@ PROD_SRCS += channel.cpp PROD_LIBS += pvAccessIOC pvAccess pvData Com -TESTPROD += testmon +TESTPROD_HOST += testmon testmon_SRCS += testmon.cpp testmon_SRCS += utilitiesx.cpp +TESTS += testmon + +TESTSCRIPTS_HOST += $(TESTS:%=%.t) #===========================