comparison tests/src/irccdctl/CMakeLists.txt @ 678:a4082de4e94e

Tests: rework cli_test to spawn irccd daemon in a thread, continue #785 Instead of spawning irccd executable, use the irccd class for better flexibility in test code. For example, for server tests we will need to use journal_server to see if commands have been called instead of checking a real IRC server. While here, add rule-cli-remove test that was forgotten.
author David Demelier <markand@malikania.fr>
date Thu, 12 Apr 2018 20:14:07 +0200
parents 7ed23c858694
children 2007a37d7e1a
comparison
equal deleted inserted replaced
677:d24200bdeaf8 678:a4082de4e94e
28 add_subdirectory(cli-rule-add) 28 add_subdirectory(cli-rule-add)
29 add_subdirectory(cli-rule-edit) 29 add_subdirectory(cli-rule-edit)
30 add_subdirectory(cli-rule-info) 30 add_subdirectory(cli-rule-info)
31 add_subdirectory(cli-rule-list) 31 add_subdirectory(cli-rule-list)
32 add_subdirectory(cli-rule-move) 32 add_subdirectory(cli-rule-move)
33 add_subdirectory(cli-rule-remove)