yajlTest doesn't run w/ RTEMS+qemu

This commit is contained in:
Michael Davidsaver
2018-03-26 14:51:17 -07:00
committed by Andrew Johnson
parent b7afb287d5
commit 728bb556cf

View File

@@ -224,12 +224,14 @@ osiSockTest_SRCS += osiSockTest.c
testHarness_SRCS += osiSockTest.c
TESTS += osiSockTest
ifeq ($(BUILD_CLASS),HOST)
ifneq ($(OS_CLASS),WIN32)
# This test can only be run on a build host, and is broken on Windows
TESTPROD_HOST += yajl_test
yajl_test_SRCS += yajl_test.c
TESTS += yajlTest
endif
endif
# The testHarness runs all the test programs in a known working order.
testHarness_SRCS += epicsRunLibComTests.c