Skip to content

Commit

Permalink
tests UPDATE add test for runtime config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Aug 18, 2023
1 parent cf0fb89 commit e9a02e2
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ endforeach()
#append tests depending on SSH/TLS
if(ENABLE_SSH_TLS)
list(APPEND tests test_two_channels test_ks_ts test_config_new test_ec
test_ed25519 test_replace test_endpt_share_clients test_tls test_crl test_ch)
test_ed25519 test_replace test_endpt_share_clients test_tls test_crl test_ch
test_runtime_changes)
endif()

foreach(src IN LISTS libsrc)
Expand Down
Loading

0 comments on commit e9a02e2

Please sign in to comment.