libCom/test: only run epicsUnitTest for host arch

custom .plt won't use WINE or QEMU when necessary.
This commit is contained in:
Michael Davidsaver
2016-02-15 17:09:44 -05:00
parent 12da38a7ca
commit 1255cdc9ee

View File

@@ -15,11 +15,16 @@ PROD_SYS_LIBS_WIN32 += ws2_32 advapi32 user32
PROD_SRCS_RTEMS += rtemsTestData.c
ifeq ($(EPICS_HOST_ARCH),$(T_A))
# skip except for host arch due to custom .plt
TESTPROD_HOST += epicsUnitTestTest
epicsUnitTestTest_SRCS += epicsUnitTestTest.c
# Not much point running this on vxWorks or RTEMS...
TESTS += epicsUnitTestTest
endif
TESTPROD_HOST += epicsTypesTest
epicsTypesTest_SRCS += epicsTypesTest.cpp
testHarness_SRCS += epicsTypesTest.cpp