From cd9ced962fe20ddd05cb0dfbe8929b11af8b1acf Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Tue, 7 May 2019 01:42:15 +0200 Subject: CI: Report test results to GitLab Use Emmanuele's script for GLib to parse the meson JSON-formatted testlog to turn it into a JUnit XML which GitLab understands and cnn report to the user in the web UI. --- tests/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index ddf0cb5..92c3586 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -8,5 +8,7 @@ foreach _test : test_names dependencies: libcontacts_dep, ) - test(_test, test_bin) + test(_test, test_bin, + suite: 'gnome-contacts', + ) endforeach -- cgit v1.2.1