added log output target UNDEFINED; return if no hosts defined
[pingcheck] / test / CMakeLists.test_dns.txt
index 43cf380..c93c79a 100644 (file)
@@ -36,4 +36,6 @@ target_link_libraries(
 add_test(test_dns test_dns)
 
 # add data subdir for test data
-add_subdirectory(data)
+# not necessary since is already added by test_icmppacket
+# and if both add it, we get warnings from cmake
+#add_subdirectory(data)