Skip to content

Commit

Permalink
Re-enable running of testCaProvider on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Nov 30, 2020
1 parent a80b7cb commit 9062d1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testCa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ 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
Expand Down

0 comments on commit 9062d1e

Please sign in to comment.