From 4041a53ec3f5f3250a312ba0b7c2576ef130e501 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 8 May 2019 13:12:22 -0400 Subject: [PATCH] tests: Run test_bitfield MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Tested-by: jenkins Reviewed-by: Jérémie Galarneau --- tests/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5bea8756..8d14cef0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 -- 2.34.1