diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-06-26 22:23:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-06-28 00:05:09 -0400 |
commit | 50fc6081ccd859efa60c8d6cc33426f8ef626d8b (patch) | |
tree | 4725657ed30e94f883135bf2642b69e870630d21 /tests/meson.build | |
parent | f90cc192775464b5ec867fdc8b9c7e9cae3ecae1 (diff) | |
download | pango-50fc6081ccd859efa60c8d6cc33426f8ef626d8b.tar.gz |
tests: Add tests for PangoLanguage
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 83d92b1f..eff95dca 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -22,7 +22,8 @@ tests = [ [ 'testboundaries' ], [ 'testboundaries_ucd' ], [ 'testcolor' ], - [ 'testscript' ] + [ 'testscript' ], + [ 'testlanguage' ], ] if build_pangoft2 |