libCom/test: Disable yajlTest on WIN32

Works OK on Cygwin; Perl's IPC::Open3 is likely the problem.
This commit is contained in:
Andrew Johnson
2017-10-30 17:56:04 -05:00
parent 5f1435c775
commit fbcbd58c30
+3 -1
View File
@@ -212,10 +212,12 @@ osiSockTest_SRCS += osiSockTest.c
testHarness_SRCS += osiSockTest.c
TESTS += osiSockTest
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
# Can only be run on the build host
TESTS += yajlTest
endif
# The testHarness runs all the test programs in a known working order.
testHarness_SRCS += epicsRunLibComTests.c