[gtk+] Install separate render node test for cairo and vulkan
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Install separate render node test for cairo and vulkan
- Date: Wed, 18 Oct 2017 15:32:19 +0000 (UTC)
commit 389307eb2c71f9654077aaecd9bc6cb8fbb01c4b
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Oct 18 09:40:53 2017 +0800
Install separate render node test for cairo and vulkan
The vulkan test currently fails.
testsuite/gsk/meson.build | 8 ++++++--
testsuite/gsk/render-nodes-cairo.test.in | 4 ++++
testsuite/gsk/render-nodes-vulkan.test.in | 4 ++++
testsuite/gsk/render-nodes.test.in | 4 ----
4 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build
index 218439e..7b932d3 100644
--- a/testsuite/gsk/meson.build
+++ b/testsuite/gsk/meson.build
@@ -62,8 +62,12 @@ test_data = [
if get_option('install-tests')
conf = configuration_data()
conf.set('libexecdir', gtk_libexecdir)
- configure_file(input: 'render-nodes.test.in',
- output: 'render-nodes.test',
+ configure_file(input: 'render-nodes-cairo.test.in',
+ output: 'render-nodes-cairo.test',
+ configuration: conf,
+ install_dir: testdatadir)
+ configure_file(input: 'render-nodes-vulkan.test.in',
+ output: 'render-nodes-vulkan.test',
configuration: conf,
install_dir: testdatadir)
diff --git a/testsuite/gsk/render-nodes-cairo.test.in b/testsuite/gsk/render-nodes-cairo.test.in
new file mode 100644
index 0000000..3860baf
--- /dev/null
+++ b/testsuite/gsk/render-nodes-cairo.test.in
@@ -0,0 +1,4 @@
+[Test]
+Exec=/bin/sh -c "env GSK_RENDERER=cairo @libexecdir@/installed-tests/gtk-4.0/gsk/test-render-nodes --tap -k"
+Type=session
+Output=TAP
diff --git a/testsuite/gsk/render-nodes-vulkan.test.in b/testsuite/gsk/render-nodes-vulkan.test.in
new file mode 100644
index 0000000..2c91ecd
--- /dev/null
+++ b/testsuite/gsk/render-nodes-vulkan.test.in
@@ -0,0 +1,4 @@
+[Test]
+Exec=/bin/sh -c "env GSK_RENDERER=vulkan @libexecdir@/installed-tests/gtk-4.0/gsk/test-render-nodes --tap -k"
+Type=session
+Output=TAP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]