bind9/tests
Colin Vidal 32909254f5 fix ns_plugin_expandpath tests with no extension
Parts of ns_plugin_expandpath() test expected the plugin extension to be
appened automatically (the plugin name/path is provided without the
extension), this enable to test the logic which adds the correct
extension based on the platfrom.

But the expected expanded paths from the test were hard coded with the
`.so` extension, so the test can't pass on macOS platform. This fixes
the test by using the macro providing the current-platform extension.
2025-07-30 10:35:26 +02:00
..
bench Change the loopmgr to be singleton 2025-07-23 22:44:16 +02:00
dns Refactor the network manager to be a singleton 2025-07-23 22:45:38 +02:00
include/tests Refactor the network manager to be a singleton 2025-07-23 22:45:38 +02:00
isc Fix one-definition-rule violation in the loop unit test 2025-07-24 17:34:11 +02:00
isccfg replace the build system with meson 2025-06-11 10:30:12 +03:00
libtest Fix one-definition-rule violation in the tests/ns 2025-07-24 08:46:11 +02:00
ns fix ns_plugin_expandpath tests with no extension 2025-07-30 10:35:26 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00