Skip to content
Snippets Groups Projects
Commit 8639c849 authored by Thomas Schlichter's avatar Thomas Schlichter :flag_de:
Browse files

skip the test log2_approx.complete when using ctest

parent fc0cbc31
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !3016. Comments created here will be created in the context of that merge request.
......@@ -14,4 +14,4 @@ add_executable(test_log2_approx test_log2_approx.cpp ../log2_approx.c)
target_link_libraries(test_log2_approx PRIVATE GTest::gtest LOG minimal_lib)
add_dependencies(tests test_log2_approx)
add_test(NAME test_log2_approx
COMMAND ./test_log2_approx)
COMMAND ./test_log2_approx --gtest_filter=-log2_approx.complete)
  • Maintainer

    this seems to be an option for gtest that skips this test, right? could you write this in teh commit message to avoid guessing?

  • Author Developer

    done

  • Please register or sign in to reply
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment