From: Jérémie Galarneau Date: Mon, 30 Jan 2017 22:25:03 +0000 (-0500) Subject: Tests: add the plugin tests to the make check target X-Git-Tag: v2.0.0-pre1~531 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=668c867d6a78611681c5d2fbb78ca8894bfe9bb7 Tests: add the plugin tests to the make check target Signed-off-by: Jérémie Galarneau --- diff --git a/tests/Makefile.am b/tests/Makefile.am index bc14009f..5ee5c55e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,8 @@ TESTS = bin/test_trace_read \ lib/test_bt_ctf_field_type_validation \ lib/test_ir_visit \ lib/test_trace_listener \ - lib/test_bt_notification_heap + lib/test_bt_notification_heap \ + lib/test_plugin_complete EXTRA_DIST = $(srcdir)/ctf-traces/** \ $(srcdir)/debug-info-data/** \