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-Tag: v2.0.0-pre1~300 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=06534d4561d66516d4b1756f37c42cacc5a2a527 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 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