summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2021-02-16 21:25:12 +0100
committerRazvan Becheriu <razvan@isc.org>2021-02-18 18:23:57 +0100
commitcfe71989215e0a657f8e809d9aa35ca9a88deb7b (patch)
treebba2b5b33e522e8382c279ed15503513f3234615 /configure.ac
parent[#899] use smaller timeout in unittests (diff)
downloadkea-cfe71989215e0a657f8e809d9aa35ca9a88deb7b.tar.xz
kea-cfe71989215e0a657f8e809d9aa35ca9a88deb7b.zip
[#899] fixed rebase
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c8d225ffb8..5003b893b3 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1679,6 +1679,11 @@ AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/Makefile])
AC_CONFIG_FILES([src/hooks/dhcp/lease_cmds/tests/Makefile])
AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/Makefile])
AC_CONFIG_FILES([src/hooks/dhcp/mysql_cb/tests/Makefile])
+AC_CONFIG_FILES([src/hooks/dhcp/run_script/Makefile])
+AC_CONFIG_FILES([src/hooks/dhcp/run_script/libloadtests/Makefile])
+AC_CONFIG_FILES([src/hooks/dhcp/run_script/tests/Makefile])
+AC_CONFIG_FILES([src/hooks/dhcp/run_script/tests/run_script_test.sh],
+ [chmod +x src/hooks/dhcp/run_script/tests/run_script_test.sh])
AC_CONFIG_FILES([src/hooks/dhcp/stat_cmds/Makefile])
AC_CONFIG_FILES([src/hooks/dhcp/stat_cmds/tests/Makefile])
AC_CONFIG_FILES([src/hooks/dhcp/user_chk/Makefile])
@@ -1690,6 +1695,8 @@ AC_CONFIG_FILES([src/lib/asiodns/tests/Makefile])
AC_CONFIG_FILES([src/lib/asiolink/Makefile])
AC_CONFIG_FILES([src/lib/asiolink/testutils/Makefile])
AC_CONFIG_FILES([src/lib/asiolink/tests/Makefile])
+AC_CONFIG_FILES([src/lib/asiolink/tests/process_spawn_app.sh],
+ [chmod +x src/lib/asiolink/tests/process_spawn_app.sh])
AC_CONFIG_FILES([src/lib/cc/Makefile])
AC_CONFIG_FILES([src/lib/cc/tests/Makefile])
AC_CONFIG_FILES([src/lib/cfgrpt/Makefile])
@@ -1774,8 +1781,6 @@ AC_CONFIG_FILES([src/lib/util/python/Makefile])
AC_CONFIG_FILES([src/lib/util/python/gen_wiredata.py],
[chmod +x src/lib/util/python/gen_wiredata.py])
AC_CONFIG_FILES([src/lib/util/tests/Makefile])
-AC_CONFIG_FILES([src/lib/util/tests/process_spawn_app.sh],
- [chmod +x src/lib/util/tests/process_spawn_app.sh])
AC_CONFIG_FILES([src/lib/util/unittests/Makefile])
AC_CONFIG_FILES([src/lib/yang/Makefile])
AC_CONFIG_FILES([src/lib/yang/pretests/Makefile])