diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-03-04 19:34:03 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-03-07 21:47:25 +0100 |
commit | 0e811f7805781000e96e96a328cceb9c8858a708 (patch) | |
tree | 75533afe318b082277052bdaccbc01a336089cc4 /configure.ac | |
parent | [#3208] remove unused code in libdns (diff) | |
download | kea-0e811f7805781000e96e96a328cceb9c8858a708.tar.xz kea-0e811f7805781000e96e96a328cceb9c8858a708.zip |
[#3208] restore unittests
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 94198c8cc1..cf289880f4 100644 --- a/configure.ac +++ b/configure.ac @@ -1618,8 +1618,6 @@ AC_CONFIG_FILES([src/lib/dhcpsrv/tests/Makefile]) AC_CONFIG_FILES([src/lib/dhcpsrv/tests/test_libraries.h]) AC_CONFIG_FILES([src/lib/dhcpsrv/testutils/Makefile]) AC_CONFIG_FILES([src/lib/dns/Makefile]) -AC_CONFIG_FILES([src/lib/dns/gen-rdatacode.py], - [chmod +x src/lib/dns/gen-rdatacode.py]) AC_CONFIG_FILES([src/lib/dns/tests/Makefile]) AC_CONFIG_FILES([src/lib/dns/tests/testdata/Makefile]) AC_CONFIG_FILES([src/lib/eval/Makefile]) |