summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-12-10 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2018-12-10 22:56:01 +0100
commit62820b1af83758134cff51f4ad4eec1db90ddf62 (patch)
treef08d0b78877a3b87fc86f63ae5ed10b46800278c /tests/meson.build
parentdce0e88435cbdec6b253b9c5e46dc96d94f87bc0 (diff)
downloadgobject-introspection-62820b1af83758134cff51f4ad4eec1db90ddf62.tar.gz
meson: Port offsets tests
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ffc83855..e9d7fef4 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -137,6 +137,7 @@ if glib_dep.type_name() == 'pkgconfig'
endif
### TODO: actually test
+subdir('offsets')
subdir('warn')
subdir('repository')
subdir('scanner')