Add `sink.text.details`, a testing textual sink which prints details
[babeltrace.git] / configure.ac
index 449df8d2597aa64eb688e3f8c12c791fe2417c42..dfbe00c6ac67774beed024ec7c189311e44865da 100644 (file)
@@ -771,12 +771,14 @@ 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
@@ -793,7 +795,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])
This page took 0.023677 seconds and 4 git commands to generate.