From 7c2e4dd4037c25626d862a410adb301e12a2a64a Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 20 Jan 2018 00:27:13 +0000 Subject: Add a simple conference test with 3 friends. This tests that a message from tox1 is relayed via tox2 to tox3 when tox1 and tox3 are not friends. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dd63713..c7273d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -485,6 +485,7 @@ auto_test(network) auto_test(onion) auto_test(resource_leak) auto_test(save_friend) +auto_test(simple_conference) auto_test(skeleton) auto_test(tox) auto_test(tox_many) -- cgit v1.2.3