tests(string): add unit tests for ssh_string functions

Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Praneeth Sarode
2025-06-29 12:08:56 +05:30
committed by Jakub Jelen
parent 5fc65e7270
commit b43392c31d
2 changed files with 269 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ set(LIBSSH_UNIT_TESTS
torture_temp_file
torture_push_pop_dir
torture_session_keys
torture_string
torture_tokens
)