1
0
Fork 0
knot-resolver/modules/daf/meson.build
Daniel Baumann fbc604e215
Adding upstream version 5.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:56:17 +02:00

21 lines
359 B
Meson

# LUA module: daf
# SPDX-License-Identifier: GPL-3.0-or-later
config_tests += [
['daf', files('daf.test.lua')],
['daf_http', files('daf_http.test.lua')],
]
integr_tests += [
['daf', meson.current_source_dir() / 'test.integr'],
]
lua_mod_src += [
files('daf.lua'),
]
# install daf.js
install_data(
'daf.js',
install_dir: modules_dir / 'daf',
)