From 051eb1d5a78ac196362fde9b917641ddb4e59c4f Mon Sep 17 00:00:00 2001 From: hugbubby Date: Wed, 25 Jul 2018 16:19:05 -0700 Subject: auto_test fixture and filenames Renamed a poorly named test, fixed up a few printf statements, substituted some unsigned integers with fixed size counterparts, and implemmented the auto_run_test.h fixture for the lossy and lossless packet tests. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f025ac72..c760e351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -417,8 +417,8 @@ auto_test(file_transfer) auto_test(file_saving) auto_test(friend_connection) auto_test(friend_request) -auto_test(invalid_proxy) auto_test(invalid_tcp_proxy) +auto_test(invalid_udp_proxy) auto_test(lan_discovery) auto_test(lossless_packet) auto_test(lossy_packet) -- cgit v1.2.3