Skip to content
Snippets Groups Projects
Commit 0b50a03f authored by Amna Snene's avatar Amna Snene
Browse files

test: add ice tests

Currently, ice tests are located in the daemon. It should be in dhtnet project.

Change-Id: Ic9037acd978a978a4d8570755a7c1dffac96bcf3
parent e315ca20
No related branches found
No related tags found
No related merge requests found
......@@ -364,6 +364,10 @@ if (BUILD_TESTING AND NOT MSVC)
target_link_libraries(tests_fileutils PRIVATE dhtnet fmt::fmt PkgConfig::Cppunit)
add_test(NAME tests_fileutils COMMAND tests_fileutils)
add_executable(tests_ice tests/ice.cpp)
target_link_libraries(tests_ice PRIVATE dhtnet fmt::fmt PkgConfig::Cppunit)
add_test(NAME tests_ice COMMAND tests_ice)
#add_executable(tests_stringutils tests/testString_utils.cpp)
#target_link_libraries(tests_stringutils PRIVATE dhtnet fmt::fmt PkgConfig::Cppunit)
#add_test(NAME tests_stringutils COMMAND tests_stringutils)
......
This diff is collapsed.
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