diff options
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 |