commit | 6cf75ddb6785f9e305737f0a24c200216c9a4923 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 03 15:35:11 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 03 15:35:11 2016 +0100 |
tree | fcb7bafe2c384c526ccd760a336f13702e04aa32 | |
parent | 105bf275a870225d3df05b66545ec6c3ccbab1e2 [diff] [blame] |
tests CHANGE config now includes SSH/TLS macros for tests to know
diff --git a/tests/config.h.in b/tests/config.h.in index 03ccf88..c026018 100644 --- a/tests/config.h.in +++ b/tests/config.h.in
@@ -1,5 +1,5 @@ /** - * @file conig.h + * @file config.h * @author Radek Krejci <rkrejci@cesnet.cz> * @brief cmocka tests configuration header. * @@ -21,3 +21,5 @@ #define TESTS_DIR "@CMAKE_SOURCE_DIR@/tests/" +@SSH_MACRO@ +@TLS_MACRO@