summaryrefslogtreecommitdiff
path: root/test cases/unit
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-04-29 13:00:41 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-04-30 10:01:14 -0700
commitc239ce31f55579cfe1e29b769a8bda97deca2166 (patch)
tree662fd0261ff22bc0856a0f0ad6e249526f96de64 /test cases/unit
parent2c0eaf5c4f4493146355eeb8521c17a3c2ef5acd (diff)
downloadmeson-c239ce31f55579cfe1e29b769a8bda97deca2166.tar.gz
allow postconf and dist scripts to use Files, ExternalPrograms, and
ConfigureFiles These things are all known to be ready when these scripts are run, and thus they can safely consume them.
Diffstat (limited to 'test cases/unit')
-rw-r--r--test cases/unit/35 dist script/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/unit/35 dist script/meson.build b/test cases/unit/35 dist script/meson.build
index fd672a9b8..2ae943845 100644
--- a/test cases/unit/35 dist script/meson.build
+++ b/test cases/unit/35 dist script/meson.build
@@ -5,3 +5,4 @@ exe = executable('comparer', 'prog.c')
test('compare', exe)
meson.add_dist_script('replacer.py', '"incorrect"', '"correct"')
+meson.add_dist_script(find_program('replacer.py'), '"incorrect"', '"correct"')