diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-07 05:05:04 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-07 05:05:04 +0000 |
commit | 3bca86ac35fb300e2ec5bd24b411f70733952fea (patch) | |
tree | 2d5f561d2de9070f4b68515f33b0ec273576364f /tests/meson.build | |
parent | 0e126143b10062055ed87362fa0bf8907a437c3b (diff) | |
parent | 550aafc64bd823748efe88360eab9d95b9f5d4f2 (diff) | |
download | pango-3bca86ac35fb300e2ec5bd24b411f70733952fea.tar.gz |
Merge branch 'ellipsize-height' into 'master'
Pass the right attributes when shaping ellipses
Closes #397
See merge request GNOME/pango!127
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 9c5ddf85..449a2110 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -38,6 +38,7 @@ if cairo_dep.found() test_cflags += '-DHAVE_CAIRO' tests += [ [ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ], + [ 'test-ellipsize', [ 'test-ellipsize.c' ], [ libpangocairo_dep ] ], [ 'markup-parse', [ 'markup-parse.c' , 'test-common.c' ], [ libpangocairo_dep ] ], [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ], [ 'test-itemize', [ 'test-itemize.c', 'test-common.c' ], [ libpangocairo_dep ] ], |