diff tests/CMakeLists.txt @ 298:a67bc47e6d02

Tests: add test for server-disconnect and cnotice, #559
author David Demelier <markand@malikania.fr>
date Wed, 19 Oct 2016 13:43:29 +0200
parents a76ccf092570
children e60125973197
line wrap: on
line diff
--- a/tests/CMakeLists.txt	Wed Oct 19 13:43:12 2016 +0200
+++ b/tests/CMakeLists.txt	Wed Oct 19 13:43:29 2016 +0200
@@ -21,6 +21,8 @@
 
 if (WITH_TESTS)
     add_subdirectory(cmd-server-cmode)
+    add_subdirectory(cmd-server-cnotice)
+    add_subdirectory(cmd-server-disconnect)
     add_subdirectory(cmd-server-message)
 
 #    # Misc