From df59c3267afeaa9a56ad745dca3463ea3d3f690f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 23 Apr 2019 18:00:34 -0400 Subject: [PATCH] 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 --- tests/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.34.1