tests: Run test_bitfield
[babeltrace.git] / tests / Makefile.am
index 48598dc4c80b2891fc71a40cc3f630ca8adf9beb..8d14cef024ce10941745761a8d06d120643218ec 100644 (file)
@@ -24,10 +24,11 @@ TESTS_CLI = \
        cli/test_trimmer
 
 TESTS_LIB = \
-       lib/test_ctf_writer_complete \
+       lib/test_bitfield \
        lib/test_bt_values \
-       lib/test_trace_ir_ref \
-       lib/test_graph_topo
+       lib/test_ctf_writer_complete \
+       lib/test_graph_topo \
+       lib/test_trace_ir_ref
 
 if !ENABLE_BUILT_IN_PLUGINS
 TESTS_LIB += lib/test_plugin_complete
@@ -41,8 +42,10 @@ endif
 TESTS_PLUGINS =
 
 if !ENABLE_BUILT_IN_PLUGINS
-if ENABLE_DEBUG_INFO
 if ENABLE_PYTHON_BINDINGS
+TESTS_PLUGINS += plugins/ctf/test_ctf_plugin
+
+if ENABLE_DEBUG_INFO
 TESTS_PLUGINS += plugins/test_lttng_utils_debug_info
 endif
 endif
This page took 0.025403 seconds and 4 git commands to generate.