summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-17 19:22:31 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-17 20:17:03 +0100
commit834e800f59995cc40bf0e044bdd1bff086555eab (patch)
tree9451794f0e8614a8bb1271efaf1144d9af95571c
parenta265b44614c69770fa6dc144d5e35942c0c5fba5 (diff)
downloadgobject-introspection-834e800f59995cc40bf0e044bdd1bff086555eab.tar.gz
meson: install various test sources to match what autotools does
Not sure if they are used, but we should try to do the same thing as autotools for starters
-rw-r--r--tests/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index bfa8f8bb..9ddf5ef1 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -6,8 +6,16 @@ test_marshalling_headers = files('gimarshallingtests.h')
test_regress_incdirs = include_directories(['.', 'scanner'])
installed_sources = [
+ 'scanner/annotation.c',
+ 'scanner/annotation.h',
+ 'scanner/drawable.c',
+ 'scanner/drawable.h',
+ 'scanner/foo.c',
+ 'scanner/foo.h',
'scanner/regress.c',
'scanner/regress.h',
+ 'scanner/utility.c',
+ 'scanner/utility.h',
'scanner/warnlib.c',
'scanner/warnlib.h',
'gimarshallingtests.c',