Commit e58e5303 authored by Dreamer's avatar Dreamer Committed by Andreas Schuh

Remove filter for excluded tests from AppVeyor config. (#165)

parent 435f949d
......@@ -38,6 +38,4 @@ build_script:
- cmake --build . --config %configuration%
test_script:
# strip_flags_binary test currently fails on AppVeyor in Debug configuration.
- IF %configuration%==Debug SET GFLAGS_EXCLUDED_TESTS=strip_flags_binary
- ctest -C %configuration% -E %GFLAGS_EXCLUDED_TESTS%
- ctest -C %configuration%
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