From ae2180f5b5676833733a7a3ff12d579982142880 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 10 Aug 2016 12:21:03 -0500 Subject: [PATCH] Comments in Makefile --- src/ioc/db/test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ioc/db/test/Makefile b/src/ioc/db/test/Makefile index 67ef688e0..b268b57a1 100644 --- a/src/ioc/db/test/Makefile +++ b/src/ioc/db/test/Makefile @@ -26,7 +26,6 @@ DBDDEPENDS_FILES += dbTestIoc.dbd$(DEP) dbTestIoc_DBD += menuGlobal.dbd dbTestIoc_DBD += menuConvert.dbd dbTestIoc_DBD += menuScan.dbd -#dbTestIoc_DBD += arrRecord.dbd dbTestIoc_DBD += xRecord.dbd dbTestIoc_DBD += arrRecord.dbd dbTestIoc_DBD += devx.dbd @@ -152,7 +151,7 @@ recGblCheckDeadbandTest_SRCS += dbTestIoc_registerRecordDeviceDriver.cpp testHarness_SRCS += recGblCheckDeadbandTest.c TESTS += recGblCheckDeadbandTest -# The testHarness runs all the test programs in a known working order. +# This runs all the test programs in a known working order: testHarness_SRCS += epicsRunDbTests.c dbTestHarness_SRCS += $(testHarness_SRCS)