Disable fmt-impl-test in windows + shared lib.

This commit is contained in:
Andreas Schönle 2018-11-19 15:04:34 +01:00 committed by Victor Zverovich
parent 702b3d1618
commit bd6121596f

View File

@ -88,8 +88,10 @@ add_fmt_test(assert-test)
add_fmt_test(core-test) add_fmt_test(core-test)
add_fmt_test(gtest-extra-test) add_fmt_test(gtest-extra-test)
add_fmt_test(format-test mock-allocator.h) add_fmt_test(format-test mock-allocator.h)
add_fmt_test(format-impl-test)
add_fmt_test(locale-test) add_fmt_test(locale-test)
if(NOT (MSVC AND BUILD_SHARED_LIBS))
add_fmt_test(format-impl-test)
endif()
add_fmt_test(ostream-test) add_fmt_test(ostream-test)
add_fmt_test(printf-test) add_fmt_test(printf-test)
add_fmt_test(time-test) add_fmt_test(time-test)