2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#3729] Finished dhcp4 UTs

This commit is contained in:
Francis Dupont 2025-02-08 05:03:43 +01:00 committed by Andrei Pavel
parent c3fb6a71e0
commit b295b51f98
No known key found for this signature in database
GPG Key ID: D4E804481939CB21
2 changed files with 1169 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ dhcp_test_lib_conf_data.set('abs_top_builddir', TOP_BUILD_DIR)
dhcp_test_lib_conf_data.set('prefix', PREFIX)
dhcp_test_lib_conf_data.set('PACKAGE_VERSION', project_version)
configure_file(
input: 'dhcp_test_lib.sh.in',
input: 'meson-dhcp_test_lib.sh.in',
output: 'dhcp_test_lib.sh',
configuration: dhcp_test_lib_conf_data,
)