From: Philippe Proulx Date: Thu, 11 May 2017 03:49:29 +0000 (-0400) Subject: tests/lib/Makefile.am: fix check_ vs. noinst_ prefix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=06534d4561d66516d4b1756f37c42cacc5a2a527;p=deliverable%2Fbabeltrace.git tests/lib/Makefile.am: fix check_ vs. noinst_ prefix Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index c9219b8a7..6f816f4ba 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