We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953e041 commit fd71f36Copy full SHA for fd71f36
CMakeLists.txt
@@ -74,8 +74,9 @@ add_executable(unittesting include/traits.h
74
tests/filters_move_only_infinite_stream.cpp
75
tests/filters_generic_move_only_stream.cpp
76
tests/noisy.h
77
+ tests/noisy.cpp
78
tests/filters_noisy_finite_stream.cpp
- tests/filters_generic_noisy_stream.cpp tests/noisy.cpp)
79
+ tests/filters_generic_noisy_stream.cpp)
80
target_link_libraries(unittesting gtest gmock_main Threads::Threads)
81
82
add_test(NAME do_unittests COMMAND unittesting)
0 commit comments