Skip to content

Commit fd71f36

Browse files
committed
Fix Noisy tests
1 parent 953e041 commit fd71f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ add_executable(unittesting include/traits.h
7474
tests/filters_move_only_infinite_stream.cpp
7575
tests/filters_generic_move_only_stream.cpp
7676
tests/noisy.h
77+
tests/noisy.cpp
7778
tests/filters_noisy_finite_stream.cpp
78-
tests/filters_generic_noisy_stream.cpp tests/noisy.cpp)
79+
tests/filters_generic_noisy_stream.cpp)
7980
target_link_libraries(unittesting gtest gmock_main Threads::Threads)
8081

8182
add_test(NAME do_unittests COMMAND unittesting)

0 commit comments

Comments
 (0)