tests: Run test_bitfield
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 8 May 2019 17:12:22 +0000 (13:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 8 May 2019 18:05:31 +0000 (14:05 -0400)
I noticed that the test_bitfield executable was not run as part of make
check.  Add it to TESTS_LIB.

Change-Id: Id1c40a7916b6326f7655a49e033d5570e40b42e6
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1277
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins
Reviewed-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/Makefile.am

index 5bea8756ddda2d48d085a37c7c7f99bf19062004..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
This page took 0.025619 seconds and 4 git commands to generate.