aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/53 install script/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/53 install script/src/meson.build')
-rw-r--r--meson/test cases/common/53 install script/src/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/common/53 install script/src/meson.build b/meson/test cases/common/53 install script/src/meson.build
new file mode 100644
index 000000000..72de34609
--- /dev/null
+++ b/meson/test cases/common/53 install script/src/meson.build
@@ -0,0 +1,5 @@
+meson.add_install_script('myinstall.py', 'this/does', 'something-different.dat')
+
+afile = files('a file.txt')
+
+mylib = shared_library('mylib', 'foo.c')