Add unit tests for forced encryption check function
All checks were successful
CI / Check spelling (pull_request) Successful in 17s
CI / Check coding style (pull_request) Successful in 32s
CI / Linux (ubuntu) (pull_request) Successful in 10m59s
CI / Linux (arch) (pull_request) Successful in 12m48s
CI / Linux (debian) (pull_request) Successful in 12m51s

This commit is contained in:
2025-08-27 02:19:23 +02:00
parent 442bfb6ce1
commit 4a48f228a6
6 changed files with 203 additions and 33 deletions

View File

@@ -166,6 +166,7 @@ unittest_sources = \
tests/unittests/test_cmd_disconnect.c tests/unittests/test_cmd_disconnect.h \
tests/unittests/test_callbacks.c tests/unittests/test_callbacks.h \
tests/unittests/test_plugins_disco.c tests/unittests/test_plugins_disco.h \
tests/unittests/test_forced_encryption.c tests/unittests/test_forced_encryption.h \
tests/unittests/unittests.c
functionaltest_sources = \