diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2016-06-02 11:52:19 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-01-24 12:56:09 +0100 |
commit | 94070658792df7d50fe8320caecfcf17534fe455 (patch) | |
tree | 6738526722737ee13c128959e60a2e3fde4880e8 /tests/unittests/CMakeLists.txt | |
parent | b36219369d3ed563470c620a5ea959fdd34cfd59 (diff) | |
download | libssh-94070658792df7d50fe8320caecfcf17534fe455.tar.gz libssh-94070658792df7d50fe8320caecfcf17534fe455.tar.xz libssh-94070658792df7d50fe8320caecfcf17534fe455.zip |
tests: Added moduli file parsing tests
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/unittests/CMakeLists.txt')
-rw-r--r-- | tests/unittests/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unittests/CMakeLists.txt b/tests/unittests/CMakeLists.txt index d2dbdd72..328e6dd7 100644 --- a/tests/unittests/CMakeLists.txt +++ b/tests/unittests/CMakeLists.txt @@ -42,6 +42,13 @@ if (UNIX AND NOT WIN32) torture_channel ) + if (WITH_SERVER) + set(LIBSSH_UNIT_TESTS + ${LIBSSH_UNIT_TESTS} + torture_moduli) + endif() + + if (HAVE_DSA) set(LIBSSH_UNIT_TESTS ${LIBSSH_UNIT_TESTS} |