libCom/test: only run epicsUnitTest for host arch
custom .plt won't use WINE or QEMU when necessary.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user