diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 2 | ||||
-rw-r--r-- | test/CMakeLists.txt | 4 | ||||
-rw-r--r-- | test/test_bits.cpp (renamed from test/test_stream.cpp) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/.gitignore b/test/.gitignore index bc79950..2cd44f2 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,5 +1,5 @@ test_msg -test_stream +test_bits test_network bench_network Makefile diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 58d204f..9689df3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -23,8 +23,8 @@ add_executable(test_msg test_msg.cpp) target_link_libraries(test_msg salticidae_static) -add_executable(test_stream test_stream.cpp) -target_link_libraries(test_stream salticidae_static) +add_executable(test_bits test_bits.cpp) +target_link_libraries(test_bits salticidae_static) add_executable(test_network test_network.cpp) target_link_libraries(test_network salticidae_static) diff --git a/test/test_stream.cpp b/test/test_bits.cpp index 7128a9a..7128a9a 100644 --- a/test/test_stream.cpp +++ b/test/test_bits.cpp |