summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-02-12 22:50:45 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2014-02-12 22:50:45 +0200
commiteb51163185fdeaf50646d0ae2876c94c230fa61a (patch)
treecd2065edcb904cfd116226e9f3bc439416139419 /test cases
parent51827d4484845432588f850b24245d22b1d9c9f0 (diff)
downloadmeson-eb51163185fdeaf50646d0ae2876c94c230fa61a.tar.gz
Fix the remaining custom install dirs.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/52 custom install dirs/datafile.cat1
-rw-r--r--test cases/common/52 custom install dirs/installed_files.txt2
-rw-r--r--test cases/common/52 custom install dirs/meson.build2
-rw-r--r--test cases/common/52 custom install dirs/prog.11
4 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/52 custom install dirs/datafile.cat b/test cases/common/52 custom install dirs/datafile.cat
new file mode 100644
index 000000000..53d81fc2a
--- /dev/null
+++ b/test cases/common/52 custom install dirs/datafile.cat
@@ -0,0 +1 @@
+Installed cat is installed.
diff --git a/test cases/common/52 custom install dirs/installed_files.txt b/test cases/common/52 custom install dirs/installed_files.txt
index a8a496c82..ad6ce3bac 100644
--- a/test cases/common/52 custom install dirs/installed_files.txt
+++ b/test cases/common/52 custom install dirs/installed_files.txt
@@ -1,2 +1,4 @@
dib/dab/dub/prog
some/dir/sample.h
+woman/prog.1.gz
+meow/datafile.cat
diff --git a/test cases/common/52 custom install dirs/meson.build b/test cases/common/52 custom install dirs/meson.build
index 5f1919a0c..4a222bac3 100644
--- a/test cases/common/52 custom install dirs/meson.build
+++ b/test cases/common/52 custom install dirs/meson.build
@@ -2,3 +2,5 @@ project('custom install dirs', 'c')
executable('prog', 'prog.c', install : true, install_dir : 'dib/dab/dub')
headers('sample.h', install_dir : 'some/dir')
+man('prog.1', install_dir : 'woman')
+data('foobar', 'datafile.cat', install_dir : 'meow')
diff --git a/test cases/common/52 custom install dirs/prog.1 b/test cases/common/52 custom install dirs/prog.1
new file mode 100644
index 000000000..08ef7da62
--- /dev/null
+++ b/test cases/common/52 custom install dirs/prog.1
@@ -0,0 +1 @@
+Man up, you.