diff options
author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2018-12-10 00:00:00 +0000 |
---|---|---|
committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2018-12-10 22:56:01 +0100 |
commit | 62820b1af83758134cff51f4ad4eec1db90ddf62 (patch) | |
tree | f08d0b78877a3b87fc86f63ae5ed10b46800278c /tests/meson.build | |
parent | dce0e88435cbdec6b253b9c5e46dc96d94f87bc0 (diff) | |
download | gobject-introspection-62820b1af83758134cff51f4ad4eec1db90ddf62.tar.gz |
meson: Port offsets tests
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
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') |