X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=e79321e941e39b99407f544b600f736e7870e37a;hp=449df8d2597aa64eb688e3f8c12c791fe2417c42;hb=331731aa31dbd587ebd54e32c7f6c136f34aef7e;hpb=550b7a4e67a46d1de6b3e83b010b6d38b1c5e7d4 diff --git a/configure.ac b/configure.ac index 449df8d2..e79321e9 100644 --- a/configure.ac +++ b/configure.ac @@ -777,6 +777,7 @@ AC_CONFIG_FILES([ src/plugins/utils/muxer/Makefile src/plugins/utils/trimmer/Makefile src/python-plugin-provider/Makefile + tests/ctf-writer/Makefile tests/lib/Makefile tests/lib/test-plugin-plugins/Makefile tests/Makefile @@ -793,7 +794,7 @@ AC_CONFIG_FILES([tests/cli/test_packet_seq_num], [chmod +x tests/cli/test_packet AC_CONFIG_FILES([tests/cli/test_trace_copy], [chmod +x tests/cli/test_trace_copy]) AC_CONFIG_FILES([tests/cli/test_trace_read], [chmod +x tests/cli/test_trace_read]) AC_CONFIG_FILES([tests/cli/test_trimmer], [chmod +x tests/cli/test_trimmer]) -AC_CONFIG_FILES([tests/lib/test_ctf_writer_complete], [chmod +x tests/lib/test_ctf_writer_complete]) +AC_CONFIG_FILES([tests/ctf-writer/test_ctf_writer], [chmod +x tests/ctf-writer/test_ctf_writer]) AC_CONFIG_FILES([tests/lib/test_plugin_complete], [chmod +x tests/lib/test_plugin_complete]) AC_CONFIG_FILES([tests/lib/trace-ir/test_trace_ir], [chmod +x tests/lib/trace-ir/test_trace_ir]) AC_CONFIG_FILES([tests/plugins/ctf/test_ctf_plugin], [chmod +x tests/plugins/ctf/test_ctf_plugin])