From: Philippe Proulx Date: Tue, 23 Apr 2019 22:00:34 +0000 (-0400) Subject: Fix: `tests/Makefile.am`: do not run missing tests X-Git-Tag: v2.0.0-pre5~77 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=df59c3267afeaa9a56ad745dca3463ea3d3f690f Fix: `tests/Makefile.am`: do not run missing tests Test sources were removed, but they are still mentioned in this file, so `make check` cannot find them. Signed-off-by: Philippe Proulx --- diff --git a/tests/Makefile.am b/tests/Makefile.am index c5ac2d77..14b08d56 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,11 +27,7 @@ TESTS_LIB = \ lib/test_ctf_writer_complete \ lib/test_bt_values \ lib/test_trace_ir_ref \ - lib/test_bt_ctf_field_type_validation \ - lib/test_ir_visit \ - lib/test_graph_topo \ - lib/test_cc_prio_map \ - lib/test_bt_notification_iterator + lib/test_graph_topo if !ENABLE_BUILT_IN_PLUGINS TESTS_LIB += lib/test_plugin_complete