Remove unused `tests/plugins/test_utils_muxer_complete.in`
[babeltrace.git] / configure.ac
index 449df8d2597aa64eb688e3f8c12c791fe2417c42..3d6522db5a89abc3497004b97ec5764d0087a6db 100644 (file)
@@ -771,17 +771,22 @@ AC_CONFIG_FILES([
        src/plugins/text/dmesg/Makefile
        src/plugins/text/Makefile
        src/plugins/text/pretty/Makefile
+       src/plugins/text/details/Makefile
        src/plugins/utils/counter/Makefile
        src/plugins/utils/dummy/Makefile
        src/plugins/utils/Makefile
        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
        tests/plugins/Makefile
+       tests/plugins/src.ctf.fs/Makefile
+       tests/plugins/src.ctf.fs/succeed/Makefile
        tests/utils/common.sh
+       tests/utils/diff.sh
        tests/utils/Makefile
        tests/utils/tap/Makefile
 ])
@@ -793,11 +798,11 @@ 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])
-AC_CONFIG_FILES([tests/plugins/test_utils_muxer_complete], [chmod +x tests/plugins/test_utils_muxer_complete])
+AC_CONFIG_FILES([tests/plugins/src.ctf.fs/query/test_query], [chmod +x tests/plugins/src.ctf.fs/query/test_query])
+AC_CONFIG_FILES([tests/plugins/src.ctf.fs/succeed/test_succeed], [chmod +x tests/plugins/src.ctf.fs/succeed/test_succeed])
 AC_CONFIG_FILES([tests/plugins/test_lttng_utils_debug_info], [chmod +x tests/plugins/test_lttng_utils_debug_info])
 AC_CONFIG_FILES([tests/plugins/test_dwarf_i386-linux-gnu], [chmod +x tests/plugins/test_dwarf_i386-linux-gnu])
 AC_CONFIG_FILES([tests/plugins/test_dwarf_powerpc-linux-gnu], [chmod +x tests/plugins/test_dwarf_powerpc-linux-gnu])
This page took 0.025109 seconds and 4 git commands to generate.