files('workarounds/workarounds.lua'),
]
+# When adding tests, prefer to use module's meson.build (if it exists).
config_tests += [
['predict', files('predict/predict.test.lua')],
- ['hints', files('hints/tests/hints.test.lua'), ['skip_asan']],
- ['nsid', files('nsid/nsid.test.lua')],
['dns64', files('dns64/dns64.test.lua')],
['ta_update', files('ta_update/ta_update.test.lua'), ['snowflake']],
['prefill', files('prefill/prefill.test/prefill.test.lua')],
]
integr_tests += [
- ['bogus_log', join_paths(meson.current_source_dir(), 'bogus_log', 'test.integr')],
- ['daf', join_paths(meson.current_source_dir(), 'daf', 'test.integr')],
['rebinding', join_paths(meson.current_source_dir(), 'rebinding', 'test.integr')],
['serve_stale', join_paths(meson.current_source_dir(), 'serve_stale', 'test.integr')],
# NOTE: ta_update may pass in cases when it should fail due to race conditions