X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=5950c67033a4ecae54a0d2ca88f2dca4f3e8eba6;hb=54da61d0bdb29f2e21be621a69267f2f1d52b0a4;hp=3797984942c82da556f243b8bf05838b31cd60c2;hpb=fdafa2c0ecb74b49e9e494bdcb8e96800497f127;p=deliverable%2Fbabeltrace.git diff --git a/configure.ac b/configure.ac index 379798494..5950c6703 100644 --- a/configure.ac +++ b/configure.ac @@ -808,6 +808,7 @@ AC_CONFIG_FILES([tests/plugins/test_bin_info_complete], [chmod +x tests/plugins/ AS_IF([test "x$enable_python_bindings" = xyes], [ AC_CONFIG_FILES([tests/bindings/python/bt2/test_python_bt2], [chmod +x tests/bindings/python/bt2/test_python_bt2]) + AC_CONFIG_FILES([tests/utils/test_python_bt2_env], [chmod +x tests/utils/test_python_bt2_env]) AC_CONFIG_FILES([tests/bindings/python/babeltrace/test_python_babeltrace], [chmod +x tests/bindings/python/babeltrace/test_python_babeltrace]) ] )