Add unit tests for forced encryption check function
Some checks failed
CI / Check spelling (pull_request) Successful in 20s
CI / Check coding style (pull_request) Successful in 31s
CI / Linux (debian) (pull_request) Failing after 3m30s
CI / Linux (ubuntu) (pull_request) Successful in 12m13s
CI / Linux (arch) (pull_request) Successful in 17m57s

This commit is contained in:
2025-08-27 02:19:23 +02:00
parent 442bfb6ce1
commit 28a5740e8b
6 changed files with 201 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 = \