From a1035cf81494c3ab22c49b01788ca8ad933c5eb0 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 26 Aug 2018 09:42:08 +0000 Subject: Add some tests for `ping_array`. No timeout test here yet, because we don't yet have the ability to manipulate time at will, so we would have to actually sleep. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a867e1dd..95b12ce0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -362,6 +362,7 @@ unit_test(toxav ring_buffer) unit_test(toxav rtp) unit_test(toxcore crypto_core) unit_test(toxcore mono_time) +unit_test(toxcore ping_array) unit_test(toxcore util) ################################################################################ -- cgit v1.2.3