diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-03 20:05:04 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-03 20:05:04 +0200 |
commit | 9262fe600ad22180d7e1a5179fa5d4f681b17cb7 (patch) | |
tree | 8e0cc6f865577c3b90f0b35f41d11eae77986090 /test cases/common/9 header install/meson.build | |
parent | 83caae1bcb816433d66c6472c701907aa0ec0711 (diff) | |
download | meson-9262fe600ad22180d7e1a5179fa5d4f681b17cb7.zip meson-9262fe600ad22180d7e1a5179fa5d4f681b17cb7.tar.gz meson-9262fe600ad22180d7e1a5179fa5d4f681b17cb7.tar.bz2 |
Split test suite into common and platform dependent parts.
Diffstat (limited to 'test cases/common/9 header install/meson.build')
-rw-r--r-- | test cases/common/9 header install/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/9 header install/meson.build b/test cases/common/9 header install/meson.build new file mode 100644 index 0000000..6e54489 --- /dev/null +++ b/test cases/common/9 header install/meson.build @@ -0,0 +1,4 @@ +project('header install', 'c') + +h1 = headers('rootdir.h') +h2 = headers('subdir.h', subdir : 'subdir') |