X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=4c1b31598cd88b3ec8f052ad2ae34537e0b8a711;hb=a429c321800ac785c3e86e7ebe6c18a7279f05a4;hp=d5b2075fcfada89cbad9d0f2d7b5cbd441777761;hpb=e2e51e3292ddbd1a37cdd590fcec61bf6d1d081a;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d5b2075f..4c1b3159 100644 --- a/configure.ac +++ b/configure.ac @@ -683,6 +683,7 @@ AC_CONFIG_FILES([ tests/lib/Makefile tests/lib/writer/Makefile tests/lib/test-plugin-plugins/Makefile + tests/utils/common.sh tests/utils/Makefile tests/utils/tap/Makefile tests/bindings/Makefile @@ -698,6 +699,7 @@ AC_CONFIG_FILES([ plugins/ctf/common/btr/Makefile plugins/ctf/common/metadata/Makefile plugins/ctf/common/notif-iter/Makefile + plugins/ctf/common/utils/Makefile plugins/ctf/fs-src/Makefile plugins/ctf/fs-sink/Makefile plugins/ctf/lttng-live/Makefile @@ -734,7 +736,7 @@ AC_CONFIG_FILES([tests/plugins/test_dwarf_complete], [chmod +x tests/plugins/tes AC_CONFIG_FILES([tests/plugins/test_bin_info_complete], [chmod +x tests/plugins/test_bin_info_complete]) AS_IF([test "x$enable_python_bindings_tests" = xyes], - [AC_CONFIG_FILES([tests/bindings/python/bt2/testall.sh], [chmod +x tests/bindings/python/bt2/testall.sh])] + [AC_CONFIG_FILES([tests/bindings/python/bt2/test_python_bt2], [chmod +x tests/bindings/python/bt2/test_python_bt2])] ) AS_IF([test "x$enable_python_plugins" = "xyes"],