From 49e2406ffabe2bbf04dc9416f6240ea63df4590d Mon Sep 17 00:00:00 2001 From: "zugz (tox)" Date: Sun, 10 Feb 2019 00:00:00 +0000 Subject: Expose api functions for enabling and disabling AV in AV groups A group loaded from a savefile starts with AV disabled. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f04ba61..63df3aba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -434,6 +434,7 @@ auto_test(version) auto_test(save_compatibility) if(BUILD_TOXAV) + auto_test(conference_av) auto_test(toxav_basic) auto_test(toxav_many) endif() -- cgit v1.2.3