From 06534d4561d66516d4b1756f37c42cacc5a2a527 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 10 May 2017 23:49:29 -0400 Subject: [PATCH] tests/lib/Makefile.am: fix check_ vs. noinst_ prefix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- tests/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index c9219b8a..6f816f4b 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -36,7 +36,7 @@ test_cc_prio_map_LDADD = $(COMMON_TEST_LDADD) test_bt_notification_iterator_LDADD = $(COMMON_TEST_LDADD) -check_PROGRAMS = test_bitfield test_ctf_writer test_bt_values \ +noinst_PROGRAMS = test_bitfield test_ctf_writer test_bt_values \ test_ctf_ir_ref test_bt_ctf_field_type_validation test_ir_visit \ test_bt_notification_heap test_plugin test_graph_topo \ test_cc_prio_map test_bt_notification_iterator -- 2.34.1