diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-13 21:06:09 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-13 21:06:09 +0300 |
| commit | 26837fda4813fc4c1c19a7a092738cf2c7184da2 (patch) | |
| tree | 5fe89c4822bc943fcc8544a3426c9fc145981059 /test cases/common | |
| parent | 2aed3613902c47df0e8203c7732451f8eb29236c (diff) | |
| download | meson-26837fda4813fc4c1c19a7a092738cf2c7184da2.tar.gz | |
Added installed_files.txt files to all places that needed them.
Diffstat (limited to 'test cases/common')
5 files changed, 11 insertions, 0 deletions
diff --git a/test cases/common/10 man install/installed_files.txt b/test cases/common/10 man install/installed_files.txt new file mode 100644 index 000000000..56c8a1a73 --- /dev/null +++ b/test cases/common/10 man install/installed_files.txt @@ -0,0 +1,2 @@ +share/man/man1/foo.1.gz +share/man/man2/bar.2.gz diff --git a/test cases/common/12 data/installed_files.txt b/test cases/common/12 data/installed_files.txt new file mode 100644 index 000000000..362b7ce97 --- /dev/null +++ b/test cases/common/12 data/installed_files.txt @@ -0,0 +1 @@ +share/progname/datafile.dat diff --git a/test cases/common/27 library versions/installed_files.txt b/test cases/common/27 library versions/installed_files.txt new file mode 100644 index 000000000..9c9e1e080 --- /dev/null +++ b/test cases/common/27 library versions/installed_files.txt @@ -0,0 +1,3 @@ +lib/libsomelib.so +lib/libsomelib.so.0 +lib/libsomelib.so.1.2.3 diff --git a/test cases/common/8 install/installed_files.txt b/test cases/common/8 install/installed_files.txt new file mode 100644 index 000000000..fa8530b1c --- /dev/null +++ b/test cases/common/8 install/installed_files.txt @@ -0,0 +1,3 @@ +bin/prog +lib/libshar.so +lib/libstat.a diff --git a/test cases/common/9 header install/installed_files.txt b/test cases/common/9 header install/installed_files.txt new file mode 100644 index 000000000..bcfb9e3ec --- /dev/null +++ b/test cases/common/9 header install/installed_files.txt @@ -0,0 +1,2 @@ +include/rootdir.h +include/subdir/subdir.h |
