Cmake support for cross plattform usable test files.
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 9 Apr 2010 21:34:28 +0000 (23:34 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Sun, 11 Apr 2010 09:49:46 +0000 (11:49 +0200)
commit0ed7d779b784f30ff9781c0ad47a03af199531a6
tree462c95dc95a4e6507d34bf18cfd3a962d68b8ed1
parent2279457cbcf5064703647ba3f790445cb1803a79
Cmake support for cross plattform usable test files.

Recent test configuration files contains 'unix:...'
bus adresses which do not work on windows.
For cross plattform usable test files the whole
listen tag entry has to be set by the build system,
which is available with a new build system variable
named TEST_LISTEN.
To have the client client side definition in sync,
TEST_CONNECTION has been moved from c file into cmake
build system.
bus/dispatch.c
cmake/CMakeLists.txt
cmake/config.h.cmake
cmake/test/CMakeLists.txt
test/data/valid-config-files-system/debug-allow-all-fail.conf.cmake [new file with mode: 0644]
test/data/valid-config-files-system/debug-allow-all-pass.conf.cmake [new file with mode: 0644]