From 1d9fbbea0b2abba9cf41439be618580e4cf95d89 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 31 Oct 2019 11:09:11 -0700 Subject: [PATCH] don't install check_consist --- testApp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/Makefile b/testApp/Makefile index 5023cc1..b6ae290 100644 --- a/testApp/Makefile +++ b/testApp/Makefile @@ -44,7 +44,7 @@ testpdb_SRCS += p2pTestIoc_registerRecordDeviceDriver.cpp testpdb_LIBS += qsrv TESTS += testpdb -PROD_HOST += check_consist +TESTPROD_HOST += check_consist check_consist_SRCS += check_consist.cpp ifdef BASE_3_16