|
|
845187 |
From 7f295eeb324c3d793bdf302fa7ea9ebdd8a52bcf Mon Sep 17 00:00:00 2001
|
|
|
845187 |
From: David King <amigadave@amigadave.com>
|
|
|
845187 |
Date: Thu, 23 Dec 2021 10:53:57 +0000
|
|
|
845187 |
Subject: [PATCH] meson: Do not install reftests
|
|
|
845187 |
|
|
|
845187 |
Match the testsuite in the main branch.
|
|
|
845187 |
---
|
|
|
845187 |
testsuite/reftests/meson.build | 25 +------------------------
|
|
|
845187 |
1 file changed, 1 insertion(+), 24 deletions(-)
|
|
|
845187 |
|
|
|
845187 |
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
|
|
|
845187 |
index b4bf6784cc..2135ebb434 100644
|
|
|
845187 |
--- a/testsuite/reftests/meson.build
|
|
|
845187 |
+++ b/testsuite/reftests/meson.build
|
|
|
845187 |
@@ -22,9 +22,7 @@ libreftest = shared_library('reftest',
|
|
|
845187 |
|
|
|
845187 |
gtk_reftest = executable('gtk-reftest', 'gtk-reftest.c',
|
|
|
845187 |
link_with : [libgtkreftestprivate, libreftest],
|
|
|
845187 |
- dependencies : libgtk_dep,
|
|
|
845187 |
- install: get_option('installed_tests'),
|
|
|
845187 |
- install_dir: installed_test_bindir)
|
|
|
845187 |
+ dependencies : libgtk_dep)
|
|
|
845187 |
|
|
|
845187 |
test_data = [
|
|
|
845187 |
'721800-0px-dotted-border.css',
|
|
|
845187 |
@@ -457,24 +455,3 @@ foreach testname : test_data
|
|
|
845187 |
is_parallel: false)
|
|
|
845187 |
endif
|
|
|
845187 |
endforeach
|
|
|
845187 |
-
|
|
|
845187 |
-reftests_installed_tests = [
|
|
|
845187 |
- 'reftests-dark.test',
|
|
|
845187 |
- 'reftests-hc.test',
|
|
|
845187 |
- 'reftests-hci.test',
|
|
|
845187 |
- 'reftests.test',
|
|
|
845187 |
-]
|
|
|
845187 |
-
|
|
|
845187 |
-if get_option('installed_tests')
|
|
|
845187 |
- test_cdata = configuration_data()
|
|
|
845187 |
- test_cdata.set('libexecdir', gtk_libexecdir)
|
|
|
845187 |
-
|
|
|
845187 |
- foreach t: reftests_installed_tests
|
|
|
845187 |
- configure_file(input: '@0@.in'.format(t),
|
|
|
845187 |
- output: t,
|
|
|
845187 |
- configuration: test_cdata,
|
|
|
845187 |
- install_dir: installed_test_datadir)
|
|
|
845187 |
- endforeach
|
|
|
845187 |
-
|
|
|
845187 |
- install_data(test_data, install_dir: testexecdir)
|
|
|
845187 |
-endif
|
|
|
845187 |
--
|
|
|
845187 |
2.33.1
|
|
|
845187 |
|