Skip to content

Commit 2969750

Browse files
romanmichalvasko
authored andcommitted
tests UPDATE add cert exp notif test
1 parent 3962bc8 commit 2969750

3 files changed

Lines changed: 669 additions & 0 deletions

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ libnetconf2_test(NAME test_unix_socket)
7171
if(ENABLE_SSH_TLS)
7272
libnetconf2_test(NAME test_auth_ssh)
7373
libnetconf2_test(NAME test_authkeys)
74+
libnetconf2_test(NAME test_cert_exp_notif)
7475
libnetconf2_test(NAME test_ch PORT_COUNT 2)
7576
libnetconf2_test(NAME test_endpt_share_clients PORT_COUNT 4)
7677
libnetconf2_test(NAME test_ks_ts)

tests/config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
#define MODULES_DIR "@CMAKE_SOURCE_DIR@/modules"
2323
#define BUILD_DIR "@CMAKE_BINARY_DIR@"
2424

25+
#cmakedefine HAVE_MBEDTLS
26+
2527
@SSH_MACRO@
2628
@TLS_MACRO@
2729

30+
2831
/* nc_server.h local includes (not to use the installed ones) */
2932
#include "netconf.h"
3033
#include "log.h"

0 commit comments

Comments
 (0)