Commit bd612159 authored by Andreas Schönle's avatar Andreas Schönle Committed by Victor Zverovich

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

parent 702b3d16
......@@ -88,8 +88,10 @@ add_fmt_test(assert-test)
add_fmt_test(core-test)
add_fmt_test(gtest-extra-test)
add_fmt_test(format-test mock-allocator.h)
add_fmt_test(format-impl-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(printf-test)
add_fmt_test(time-test)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment