From 668c867d6a78611681c5d2fbb78ca8894bfe9bb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 30 Jan 2017 17:25:03 -0500 Subject: [PATCH] Tests: add the plugin tests to the make check target MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/** \ -- 2.34.1