summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ffc83855..bfa8f8bb 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -118,8 +118,6 @@ if glib_dep.type_name() == 'pkgconfig'
'--includedir', join_paths(meson.build_root(), 'gir'),
'--includedir', meson.current_build_dir()
],
- install: true,
- install_dir: typelibdir,
)
endforeach
@@ -137,6 +135,7 @@ if glib_dep.type_name() == 'pkgconfig'
endif
### TODO: actually test
+subdir('offsets')
subdir('warn')
subdir('repository')
subdir('scanner')