Added dependency checks, Debian packaging and fixes to various parts of the CMake build files.

This commit is contained in:
Markus Makela
2014-09-16 15:02:43 +03:00
parent 41226692ac
commit 0f5cfdbd1a
6 changed files with 86 additions and 63 deletions

View File

@ -5,4 +5,4 @@ set_tests_properties(RunExecutable PROPERTIES TIMEOUT 5)
set_tests_properties(RunExecutable PROPERTIES WILL_FAIL TRUE)
add_test(NAME KillExecutable COMMAND killall -KILL maxscale)
set_tests_properties(KillExecutable PROPERTIES COST 100000)
set_tests_properties(KillExecutable PROPERTIES DEPENDS StackHintTest )