X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=bdfe76ac0dc30d3777a1c69b68a4a6c076d51e35;hb=8bef670e9a8eaaf0d9032b79efe0d2443a1cf845;hp=323afa75e49b25c9c5995ac96d4007301ed0adda;hpb=3be61dc2eb9608e6d66d214cc8caba9456dabf81;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 323afa75..bdfe76ac 100644 --- a/configure.ac +++ b/configure.ac @@ -542,6 +542,7 @@ AC_CONFIG_FILES([tests/plugins/test-utils-muxer-complete], [chmod +x tests/plugi AC_CONFIG_FILES([tests/cli/test_trace_read], [chmod +x tests/cli/test_trace_read]) AC_CONFIG_FILES([tests/cli/test_trace_copy], [chmod +x tests/cli/test_trace_copy]) +AC_CONFIG_FILES([tests/cli/test_debug_info], [chmod +x tests/cli/test_debug_info]) AC_CONFIG_FILES([tests/cli/intersection/test_intersection], [chmod +x tests/cli/intersection/test_intersection]) AC_CONFIG_FILES([tests/cli/test_convert_args], [chmod +x tests/cli/test_convert_args]) AC_CONFIG_FILES([tests/cli/intersection/bt_python_helper.py])