summaryrefslogtreecommitdiffstats
path: root/lib/meson.build
diff options
context:
space:
mode:
authorPetr Špaček <petr.spacek@nic.cz>2020-05-05 17:01:38 +0200
committerPetr Špaček <petr.spacek@nic.cz>2020-05-18 21:51:19 +0200
commit89570bdc13cd1bd7a851a3a89fdd126e96a8e08c (patch)
tree239eb8fda27c03f78ae7b9afa7e3e4e8921a9fd5 /lib/meson.build
parentmitigate NXNSAttack protocol vulnerability for wildcards in victim zone (diff)
downloadknot-resolver-89570bdc13cd1bd7a851a3a89fdd126e96a8e08c.tar.xz
knot-resolver-89570bdc13cd1bd7a851a3a89fdd126e96a8e08c.zip
NXNSAttack mitigation tests
New Deckard repo without conflicting iter_refused.rpl test does not contain libswrap and libfaketime anymore so I had to remove hacks in build system for these.
Diffstat (limited to 'lib/meson.build')
-rw-r--r--lib/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/meson.build b/lib/meson.build
index 87cefebd..f60304c0 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -75,7 +75,7 @@ unit_tests += [
integr_tests += [
['cache_minimal_nsec', join_paths(meson.current_source_dir(), 'cache', 'test.integr')],
- ['iter_cname_length' , join_paths(meson.current_source_dir(), 'layer', 'test.integr')],
+ ['iter_limits' , join_paths(meson.current_source_dir(), 'layer', 'test.integr')],
]
libkres_inc = include_directories('..')