mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
turned off unit tests for windows
This commit is contained in:
parent
f6ace74afb
commit
14f2b50f2f
@ -934,12 +934,16 @@ IF(ENABLE_TESTS)
|
||||
OPTION(ENABLE_FAILING_TESTS "Run tests which are known to fail, check to see if any have been fixed." OFF)
|
||||
|
||||
###
|
||||
# Option to turn on unit testing. See https://github.com/Unidata/netcdf-c/pull/1472 for more information.
|
||||
# Currently (August 21, 2019): Will not work with Visual Studio
|
||||
# Option to turn on unit testing. See
|
||||
# https://github.com/Unidata/netcdf-c/pull/1472 for more
|
||||
# information. Currently (August 21, 2019): Will not work with
|
||||
# Visual Studio. The unit tests are for internal netCDF functions,
|
||||
# so we don't want to make them external, which would be required to
|
||||
# run on Windows.
|
||||
###
|
||||
# IF(NOT MSVC)
|
||||
IF(NOT MSVC)
|
||||
OPTION(ENABLE_UNIT_TESTS "Run Unit Tests." ON)
|
||||
# ENDIF(NOT MSVC)
|
||||
ENDIF(NOT MSVC)
|
||||
###
|
||||
# End known-failures.
|
||||
###
|
||||
|
Loading…
Reference in New Issue
Block a user