Skip to content

Commit bf3d5aa

Browse files
committed
[#3729] Add netconf
1 parent 694a04f commit bf3d5aa

21 files changed

+53
-62
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,8 +1577,6 @@ AC_CONFIG_FILES([src/bin/netconf/tests/Makefile])
15771577
AC_CONFIG_FILES([src/bin/netconf/tests/shtests/Makefile])
15781578
AC_CONFIG_FILES([src/bin/netconf/tests/shtests/netconf_tests.sh],
15791579
[chmod +x src/bin/netconf/tests/shtests/netconf_tests.sh])
1580-
AC_CONFIG_FILES([src/bin/netconf/tests/test_data_files_config.h])
1581-
AC_CONFIG_FILES([src/bin/netconf/tests/test_libraries.h])
15821580
AC_CONFIG_FILES([src/bin/perfdhcp/Makefile])
15831581
AC_CONFIG_FILES([src/bin/perfdhcp/tests/Makefile])
15841582
AC_CONFIG_FILES([src/bin/perfdhcp/tests/testdata/Makefile])

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,3 +665,5 @@ subdir('fuzz')
665665
if have_premium
666666
subdir('premium')
667667
endif
668+
669+
install_emptydir('var/run/kea')

src/bin/agent/tests/ca_process_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2016-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2016-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/agent/tests/meson-test_basic_auth_libraries.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/agent/tests/meson-test_callout_libraries.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2020 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2017-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/d2/tests/d2_process_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/d2/tests/meson-test_callout_libraries.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/d2/tests/meson-test_configured_libraries.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2021-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/dhcp6_process_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

src/bin/dhcp6/tests/meson-dhcp6_process_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2014-2024 Internet Systems Consortium, Inc. ("ISC")
3+
# Copyright (C) 2014-2025 Internet Systems Consortium, Inc. ("ISC")
44
#
55
# This Source Code Form is subject to the terms of the Mozilla Public
66
# License, v. 2.0. If a copy of the MPL was not distributed with this

0 commit comments

Comments
 (0)