comparison 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
comparison
equal deleted inserted replaced
297:a76ccf092570 298:a67bc47e6d02
19 # Project 19 # Project
20 project(tests) 20 project(tests)
21 21
22 if (WITH_TESTS) 22 if (WITH_TESTS)
23 add_subdirectory(cmd-server-cmode) 23 add_subdirectory(cmd-server-cmode)
24 add_subdirectory(cmd-server-cnotice)
25 add_subdirectory(cmd-server-disconnect)
24 add_subdirectory(cmd-server-message) 26 add_subdirectory(cmd-server-message)
25 27
26 # # Misc 28 # # Misc
27 # add_subdirectory(command) 29 # add_subdirectory(command)
28 # add_subdirectory(elapsedtimer) 30 # add_subdirectory(elapsedtimer)