test: add ice tests

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

Change-Id: Ic9037acd978a978a4d8570755a7c1dffac96bcf3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc11e05..c4fb897 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -364,6 +364,10 @@
     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)