aboutsummaryrefslogtreecommitdiff
path: root/gcc/selftest-run-tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/selftest-run-tests.cc')
-rw-r--r--gcc/selftest-run-tests.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/selftest-run-tests.cc b/gcc/selftest-run-tests.cc
index 959e5d0..3245453 100644
--- a/gcc/selftest-run-tests.cc
+++ b/gcc/selftest-run-tests.cc
@@ -80,6 +80,8 @@ selftest::run_tests ()
optinfo_emit_json_cc_tests ();
ordered_hash_map_tests_cc_tests ();
splay_tree_cc_tests ();
+ xml_cc_tests ();
+ graphviz_cc_tests ();
/* Mid-level data structures. */
input_cc_tests ();
@@ -99,18 +101,17 @@ selftest::run_tests ()
diagnostic_color_cc_tests ();
diagnostic_show_locus_cc_tests ();
diagnostic_format_html_cc_tests ();
- diagnostic_format_json_cc_tests ();
diagnostic_format_sarif_cc_tests ();
+ diagnostic_output_spec_cc_tests ();
edit_context_cc_tests ();
fold_const_cc_tests ();
spellcheck_cc_tests ();
spellcheck_tree_cc_tests ();
tree_cfg_cc_tests ();
- diagnostic_path_cc_tests ();
+ diagnostic_path_output_cc_tests ();
simple_diagnostic_path_cc_tests ();
lazy_diagnostic_path_cc_tests ();
attribs_cc_tests ();
- opts_diagnostic_cc_tests ();
path_coverage_cc_tests ();
/* This one relies on most of the above. */