diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-06-26 22:24:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 00:05:09 -0400 |
commit | 1c4a63ab16484f16774c3b58e868798d1cd3d55d (patch) | |
tree | cd3751b7b756e76d551215124970f405b705d86e /tests/meson.build | |
parent | 50fc6081ccd859efa60c8d6cc33426f8ef626d8b (diff) | |
download | pango-1c4a63ab16484f16774c3b58e868798d1cd3d55d.tar.gz |
tests: Add tests for PangoMatrix
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 eff95dca..54345d3b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -24,6 +24,7 @@ tests = [ [ 'testcolor' ], [ 'testscript' ], [ 'testlanguage' ], + [ 'testmatrix' ], ] if build_pangoft2 |