Both test files existed on disk but were never added to the meson test
list when the build system switched from autoconf.
skr_test.c also had a spurious #include <dns/tls.h> for a header that
never existed in this repo -- no symbols from it were used. Removing
the include is the only fix needed; the test itself is correct and
passes.
Assisted-by: Claude:claude-opus-4-7
'dbiterator',
'dbversion',
'deleg',
+ 'diff',
'dispatch',
'dns64',
'dst',
'resolver',
'rsa',
'sigs',
+ 'skr',
'time',
'transport',
'tsig',
#include <dns/secalg.h>
#include <dns/skr.h>
#include <dns/time.h>
-#include <dns/tls.h>
#include "zone_p.h"