Disable testCaProvider for <=3.15 and WIN32

Random hangs on WIN32.
Seems to crash with 3.15 (github actions)
This commit is contained in:
Michael Davidsaver
2020-11-21 12:54:15 -08:00
parent 5a72232028
commit e13cee1d5c

View File

@ -11,7 +11,11 @@ PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
TESTPROD_HOST += testCaProvider
testCaProvider_SRCS += testCaProvider.cpp
ifdef BASE_3_16
ifneq (WIN32,$(OS_CLASS))
TESTS += testCaProvider
endif
endif
ifdef BASE_3_16
testCaProvider_SRCS += testIoc_registerRecordDeviceDriver.cpp
REGRDDFLAGS = -l