[tracker/wip/carlosg/junit: 71/71] tests: Enable TAP protocol for functional tests
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/junit: 71/71] tests: Enable TAP protocol for functional tests
- Date: Sun, 14 Feb 2021 15:22:15 +0000 (UTC)
commit 5bfe2bf1c28e845a03c0e78ba3427e7c78618d13
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Dec 12 21:01:16 2020 +0100
tests: Enable TAP protocol for functional tests
With the combination of TAPTestRunner, we'll be able to produce
all-TAP content that meson manages to convert to junit.
tests/functional-tests/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 4cdc911a7..50d47e2ac 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -44,6 +44,7 @@ foreach test_name: functional_tests
test(test_name, python,
args: [file],
env: test_env,
+ protocol: 'tap',
suite: ['functional'],
timeout: 60)
endforeach
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]