diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2016-05-02 10:28:24 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2016-05-02 10:28:24 +0200 |
commit | f8061ae7972462ad800c23be7cd7b3d7ab94b93b (patch) | |
tree | db6078e7335368763e833ed50526f538c9a0dffd /test/shaping/Makefile.am | |
parent | f00ab2a33ab34ba64f38cbbe65830c770a3e071e (diff) | |
download | harfbuzz-f8061ae7972462ad800c23be7cd7b3d7ab94b93b.tar.gz |
[tests] Fix test
Diffstat (limited to 'test/shaping/Makefile.am')
-rw-r--r-- | test/shaping/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index b3b6300f..e67e3ef6 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -47,7 +47,7 @@ TESTS = \ tests/context-matching.tests \ tests/cursive-positioning.tests \ tests/default-ignorables.tests \ - tests/fallback-positioning.test \ + tests/fallback-positioning.tests \ tests/fuzzed.tests \ tests/hangul-jamo.tests \ tests/hyphens.tests \ |