diff options
author | Andrei Pavel <andrei@isc.org> | 2021-05-25 14:55:28 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-06-22 10:48:26 +0200 |
commit | d88f45ad297888b3855dbeeada37f8369bc05d50 (patch) | |
tree | 309df02cf187dfcc0367af68e2b506a1dacbb10d /configure.ac | |
parent | [#1653] fix cat ___.pid: no such file or dir in UT (diff) | |
download | kea-d88f45ad297888b3855dbeeada37f8369bc05d50.tar.xz kea-d88f45ad297888b3855dbeeada37f8369bc05d50.zip |
[#1653] add unit tests for shell error reporting
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0fa9ac654f..65efde9407 100644 --- a/configure.ac +++ b/configure.ac @@ -1654,6 +1654,8 @@ AC_CONFIG_FILES([src/bin/admin/tests/Makefile]) AC_CONFIG_FILES([src/bin/admin/tests/cql_tests.sh], [chmod +x src/bin/admin/tests/cql_tests.sh]) AC_CONFIG_FILES([src/bin/admin/tests/data/Makefile]) +AC_CONFIG_FILES([src/bin/admin/tests/admin_tests.sh], + [chmod +x src/bin/admin/tests/admin_tests.sh]) AC_CONFIG_FILES([src/bin/admin/tests/memfile_tests.sh], [chmod +x src/bin/admin/tests/memfile_tests.sh]) AC_CONFIG_FILES([src/bin/admin/tests/mysql_tests.sh], |