summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-09 21:21:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-09 21:21:39 -0400
commit676cd1e673e906858a724258f8b37467a7705cea (patch)
tree54c116fc3752a694e9d5c21b90139ec71a4d9538
parentd6a4c65bfa09c84eafb982c63f17702521f52366 (diff)
downloadgtk+-676cd1e673e906858a724258f8b37467a7705cea.tar.gz
tests: Stop copying the tool tests
No point in doing that, and the meson feature we are using here is deprecated.
-rw-r--r--testsuite/tools/meson.build8
-rwxr-xr-xtestsuite/tools/settings (renamed from testsuite/tools/settings.in)0
-rwxr-xr-xtestsuite/tools/simplify (renamed from testsuite/tools/simplify.in)0
-rwxr-xr-xtestsuite/tools/simplify-3to4 (renamed from testsuite/tools/simplify-3to4.in)0
-rwxr-xr-xtestsuite/tools/validate (renamed from testsuite/tools/validate.in)0
5 files changed, 2 insertions, 6 deletions
diff --git a/testsuite/tools/meson.build b/testsuite/tools/meson.build
index 986c2d6dcc..96ac7fda06 100644
--- a/testsuite/tools/meson.build
+++ b/testsuite/tools/meson.build
@@ -3,12 +3,8 @@ if bash.found()
test_env = environment()
foreach t : ['simplify', 'simplify-3to4', 'validate', 'settings']
- configure_file(output: t,
- input: '@0@.in'.format(t),
- copy: true,
- )
- test(t, bash,
- args: t,
+ test(t,
+ find_program(t, dirs: meson.current_source_dir()),
workdir: meson.current_build_dir(),
protocol: 'tap',
env: [
diff --git a/testsuite/tools/settings.in b/testsuite/tools/settings
index 3c5ce69016..3c5ce69016 100755
--- a/testsuite/tools/settings.in
+++ b/testsuite/tools/settings
diff --git a/testsuite/tools/simplify.in b/testsuite/tools/simplify
index 12b4cea8ef..12b4cea8ef 100755
--- a/testsuite/tools/simplify.in
+++ b/testsuite/tools/simplify
diff --git a/testsuite/tools/simplify-3to4.in b/testsuite/tools/simplify-3to4
index 0a97f1afd8..0a97f1afd8 100755
--- a/testsuite/tools/simplify-3to4.in
+++ b/testsuite/tools/simplify-3to4
diff --git a/testsuite/tools/validate.in b/testsuite/tools/validate
index 42048ef7b4..42048ef7b4 100755
--- a/testsuite/tools/validate.in
+++ b/testsuite/tools/validate