completed partial IPv6 compatibility in DNS; does retrieve and Cache IPv6 IPs
[pingcheck] / test / data / CMakeLists.txt
CommitLineData
4189232d 1# just copy a few data files from src/test/data to bin/test/data
b138f26a 2configure_file(icmp_echorequest.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_echorequest.pcap COPYONLY)
4189232d
CH
3configure_file(icmp_echoreply.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_echoreply.pcap COPYONLY)
4configure_file(icmp_timeexceeded.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_timeexceeded.pcap COPYONLY)
5configure_file(icmp_destinationunreachable.pcap ${CMAKE_CURRENT_BINARY_DIR}/icmp_destinationunreachable.pcap COPYONLY)
8f00b3df 6configure_file(dns_cache_compatibility_test.xml ${CMAKE_CURRENT_BINARY_DIR}/dns_cache_compatibility_test.xml COPYONLY)