|
@@ -871,6 +871,7 @@ AC_CONFIG_FILES([Makefile
|
|
|
src/lib/util/Makefile
|
|
|
src/lib/util/io/Makefile
|
|
|
src/lib/util/unittests/Makefile
|
|
|
+ src/lib/util/python/Makefile
|
|
|
src/lib/util/pyunittests/Makefile
|
|
|
src/lib/util/tests/Makefile
|
|
|
src/lib/acl/Makefile
|
|
@@ -931,7 +932,6 @@ AC_OUTPUT([doc/version.ent
|
|
|
src/lib/python/isc/log/tests/log_console.py
|
|
|
src/lib/dns/gen-rdatacode.py
|
|
|
src/lib/python/bind10_config.py
|
|
|
- src/lib/dns/tests/testdata/gen_wiredata.py
|
|
|
src/lib/cc/session_config.h.pre
|
|
|
src/lib/cc/tests/session_unittests_config.h
|
|
|
src/lib/log/tests/console_test.sh
|
|
@@ -941,6 +941,7 @@ AC_OUTPUT([doc/version.ent
|
|
|
src/lib/log/tests/severity_test.sh
|
|
|
src/lib/log/tests/tempdir.h
|
|
|
src/lib/util/python/mkpywrapper.py
|
|
|
+ src/lib/util/python/gen_wiredata.py
|
|
|
src/lib/server_common/tests/data_path.h
|
|
|
tests/system/conf.sh
|
|
|
tests/system/glue/setup.sh
|
|
@@ -965,13 +966,13 @@ AC_OUTPUT([doc/version.ent
|
|
|
chmod +x src/bin/msgq/run_msgq.sh
|
|
|
chmod +x src/bin/msgq/tests/msgq_test
|
|
|
chmod +x src/lib/dns/gen-rdatacode.py
|
|
|
- chmod +x src/lib/dns/tests/testdata/gen_wiredata.py
|
|
|
chmod +x src/lib/log/tests/console_test.sh
|
|
|
chmod +x src/lib/log/tests/destination_test.sh
|
|
|
chmod +x src/lib/log/tests/init_logger_test.sh
|
|
|
chmod +x src/lib/log/tests/local_file_test.sh
|
|
|
chmod +x src/lib/log/tests/severity_test.sh
|
|
|
chmod +x src/lib/util/python/mkpywrapper.py
|
|
|
+ chmod +x src/lib/util/python/gen_wiredata.py
|
|
|
chmod +x src/lib/python/isc/log/tests/log_console.py
|
|
|
chmod +x tests/system/conf.sh
|
|
|
])
|