aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/107 subproject symlink/symlinked_subproject/datadir
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-03-28 14:09:58 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-03-28 14:09:58 +0300
commitd5a495c1990e0cb79c36c0506ebf7b20af010eb5 (patch)
tree1121f717d9f35a04994ecbf016e073c61501fdad /test cases/unit/107 subproject symlink/symlinked_subproject/datadir
parent65482497d326b0026eb11419d178d19b20ebe58b (diff)
downloadmeson-d5a495c1990e0cb79c36c0506ebf7b20af010eb5.zip
meson-d5a495c1990e0cb79c36c0506ebf7b20af010eb5.tar.gz
meson-d5a495c1990e0cb79c36c0506ebf7b20af010eb5.tar.bz2
Condense test directories for rc1.rcdircondense
Diffstat (limited to 'test cases/unit/107 subproject symlink/symlinked_subproject/datadir')
-rw-r--r--test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile1
-rw-r--r--test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile
new file mode 100644
index 0000000..6a68294
--- /dev/null
+++ b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile
@@ -0,0 +1 @@
+hello meson
diff --git a/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build
new file mode 100644
index 0000000..cbeb0a9
--- /dev/null
+++ b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build
@@ -0,0 +1 @@
+install_data('datafile')