tests/lib/Makefile.am: fix check_ vs. noinst_ prefix
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 11 May 2017 03:49:29 +0000 (23:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:42 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/Makefile.am

index c9219b8a7a7b87e2e9dc5a88814f818bdcc6e891..6f816f4ba9b080d3539db048afdcb1f4850b0483 100644 (file)
@@ -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
This page took 0.025041 seconds and 4 git commands to generate.