[tracker/wip/carlosg/junit: 25/25] tests: Enable TAP protocol for functional tests




commit 993f7862ae8e0b5926283cae254ad212101fbb29
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]