Replace libuuid with internal implementation
[babeltrace.git] / tests / Makefile.am
index 5ffd0e0c959f45214df386ceda95c4fa6cc3226b..877ec1c778bcc8323d2209aa65de8ccef41a3520 100644 (file)
@@ -57,6 +57,7 @@ TESTS_CLI = \
 TESTS_LIB = \
        lib/test_bitfield \
        lib/test_bt_values \
+       lib/test_bt_uuid \
        lib/test_graph_topo \
        lib/test_trace_ir_ref
 
@@ -68,7 +69,8 @@ TESTS_LIB += lib/test_plugin
 endif
 
 TESTS_PLUGINS = \
-       plugins/src.ctf.fs/succeed/test_succeed
+       plugins/src.ctf.fs/succeed/test_succeed \
+       plugins/sink.ctf.fs/succeed/test_succeed
 
 if !ENABLE_BUILT_IN_PLUGINS
 if ENABLE_PYTHON_BINDINGS
@@ -92,6 +94,12 @@ TESTS_PLUGINS += \
        plugins/flt.lttng-utils.debug-info/test_bin_info_x86_64-linux-gnu
 endif
 
+if ENABLE_PYTHON_PLUGINS
+if ENABLE_PYTHON_BINDINGS
+TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming_wrapper
+endif
+endif
+
 TESTS_PYTHON_PLUGIN_PROVIDER =
 
 if ENABLE_PYTHON_PLUGINS
This page took 0.030992 seconds and 4 git commands to generate.