view tests/data/irccdctl.conf @ 663:65a54b126c08

CMake: do not use TESTS_BINARY_DIR in libirccd-test The variable is not defined on initial CMake because the add_subdirectory(tests) appears after libirccd-test creation. Use a dedicated CMAKE_BINARY_DIR/tmp directory to store temporary files needed for CLI tests.
author David Demelier <markand@malikania.fr>
date Thu, 29 Mar 2018 19:39:20 +0200
parents e9153b85b9bd
children 7ed23c858694
line wrap: on
line source

[connect]
type = "unix"
path = "@CMAKE_BINARY_DIR@/tmp/irccd.sock"