Fix: src.ctf.fs: omitting to add ctf signature
[babeltrace.git] / tests / Makefile.am
index 7077b6e980072791b9d72775fd82795d60c471ca..844baa25211c9bf23a9c21712f54e9fcd316d2ad 100644 (file)
@@ -73,6 +73,7 @@ TESTS_CLI = \
        cli/convert/test_convert_args \
        cli/test_help \
        cli/test_intersection \
+       cli/test_output_ctf_metadata \
        cli/test_output_path_ctf_non_lttng_trace \
        cli/test_packet_seq_num \
        cli/test_trace_copy \
@@ -82,6 +83,7 @@ TESTS_CLI = \
 TESTS_LIB = \
        lib/test_bt_uuid \
        lib/test_bt_values \
+       lib/test_fields \
        lib/test_graph_topo \
        lib/test_remove_destruction_listener_in_destruction_listener \
        lib/test_simple_sink \
@@ -110,6 +112,7 @@ TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_support_info
 TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_trace_info
 TESTS_PLUGINS += plugins/src.ctf.fs/query/test_query_metadata_info
 TESTS_PLUGINS += plugins/sink.ctf.fs/test_assume_single_trace
+TESTS_PLUGINS += plugins/sink.ctf.fs/test_stream_names
 endif
 endif
 
@@ -168,11 +171,6 @@ LOG_DRIVER_FLAGS = --merge --comments
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \
             BT_TESTS_SRCDIR='$(abs_top_srcdir)/tests' \
             BT_TESTS_BUILDDIR='$(abs_top_builddir)/tests' \
-            BT_TESTS_AWK_BIN="$(AWK)" \
-            BT_TESTS_GREP_BIN="$(GREP)" \
-            BT_TESTS_PYTHON_BIN="$(PYTHON)" \
-            BT_TESTS_PYTHON_CONFIG_BIN="$(PYTHON_CONFIG)" \
-            BT_TESTS_SED_BIN="$(SED)" \
             $(SHELL) $(srcdir)/utils/tap-driver.sh
 
 TESTS_NO_BITFIELD = \
This page took 0.023726 seconds and 4 git commands to generate.