diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-07 17:58:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-07 18:17:04 -0400 |
commit | 74b126211feb9a0b7b9b2e137fdab1783681eaa4 (patch) | |
tree | dd06c327fb05845b9845bbce6161a0ed7a4c839f /tests/meson.build | |
parent | 068aa03ceaa55537fc0144783c6446e03314c481 (diff) | |
download | pango-74b126211feb9a0b7b9b2e137fdab1783681eaa4.tar.gz |
Make the break test actually test things
We were not diffing the output against the
expected results.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 50176c3d..6357cd8a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -22,7 +22,7 @@ tests = [ [ 'testcolor' ], [ 'testscript' ], [ 'cxx-test', [ 'cxx-test.cpp' ] ], - [ 'test-break' ], + [ 'test-break', [ 'test-break.c', 'test-common.c' ] ], ] if build_pangoft2 |