Remove zdotu test for ms c to work around travis error

This commit is contained in:
Martin Kroeker 2018-02-19 21:12:25 +01:00 committed by GitHub
parent 31927f6674
commit ab88156e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -10,12 +10,19 @@ else ()
test_rotmg.c
test_rot.c
test_axpy.c
test_dotu.c
test_dsdot.c
test_swap.c
)
endif ()
# crashing on travis cl with an error code suggesting resource not found
if (NOT MSVC)
set(OpenBLAS_utest_src
$(OpenBLAS_utest_src}
test_dotu.c
)
endif ()
# known to hang with the native Windows and Android threads
# FIXME needs checking if this works on any of the other platforms
if (NOT USE_OPENMP)