From 30fcce2a9c0a1ca867bf730d3071dc1543861738 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 28 May 2018 11:07:13 -0500 Subject: [PATCH] testCa: Add missing source file to embedded builds --- testCa/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testCa/Makefile b/testCa/Makefile index 6a5eba0..9cfe317 100644 --- a/testCa/Makefile +++ b/testCa/Makefile @@ -9,13 +9,13 @@ USR_CPPFLAGS += -I$(TOP)/src/ca PROD_LIBS += pvAccess pvAccessCA pvData $(EPICS_BASE_IOC_LIBS) TESTPROD_HOST += testCaProvider -testCaProvider_SRCS += testCaProvider.cpp -caTestHarness_SRCS += testCaProvider.cpp +testCaProvider_SRCS += testCaProvider.cpp TESTS += testCaProvider ifdef BASE_3_16 - testCaProvider_SRCS += testIoc_registerRecordDeviceDriver.cpp + testCaProvider_SRCS += testIoc_registerRecordDeviceDriver.cpp REGRDDFLAGS = -l endif +caTestHarness_SRCS += $(testCaProvider_SRCS) # Ensure EPICS_HOST_ARCH is set in the environment export EPICS_HOST_ARCH @@ -23,7 +23,7 @@ export EPICS_HOST_ARCH ifdef BASE_3_16 # Embedded OSes need Base-3.16.2 or higher to pass tests - # The test collection is caTestHarness + # Code that runs all tests in the collection caTestHarness_SRCS += pvCaAllTests.c # Build for vxWorks