summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2019-05-07 01:42:15 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2019-05-07 02:07:41 +0200
commitcd9ced962fe20ddd05cb0dfbe8929b11af8b1acf (patch)
tree96b6909cf9ea1494e0035bb68c82e033f88a4477 /tests
parente4700ba02d2631c54d53c50fd12f01fa24d0ed95 (diff)
downloadgnome-contacts-cd9ced962fe20ddd05cb0dfbe8929b11af8b1acf.tar.gz
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build4
1 files changed, 3 insertions, 1 deletions
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