summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70c234d5..9705dcf4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -530,10 +530,12 @@ if(BUILD_TOXAV AND CHECK_FOUND)
530endif() 530endif()
531 531
532auto_test(TCP) 532auto_test(TCP)
533auto_test(bootstrap)
533auto_test(conference) 534auto_test(conference)
534auto_test(crypto MSVC_DONT_BUILD) 535auto_test(crypto MSVC_DONT_BUILD)
535auto_test(dht MSVC_DONT_BUILD) 536auto_test(dht MSVC_DONT_BUILD)
536auto_test(encryptsave) 537auto_test(encryptsave)
538auto_test(lan_discovery)
537auto_test(messenger MSVC_DONT_BUILD) 539auto_test(messenger MSVC_DONT_BUILD)
538auto_test(network) 540auto_test(network)
539auto_test(onion) 541auto_test(onion)