Start adding new shaping test suite together

This commit is contained in:
Behdad Esfahbod 2012-01-19 15:21:04 -05:00
parent 7a4a848db2
commit d4de562adf
23 changed files with 31 additions and 1 deletions

View File

@ -185,6 +185,7 @@ src/hb-version.h
util/Makefile
test/Makefile
test/api/Makefile
test/shaping/Makefile
])
AC_OUTPUT

View File

@ -1,5 +1,5 @@
# Process this file with automake to produce Makefile.in
SUBDIRS = api
SUBDIRS = api shaping
-include $(top_srcdir)/git.mk

10
test/shaping/Makefile.am Normal file
View File

@ -0,0 +1,10 @@
# Process this file with automake to produce Makefile.in
manifests:
@find "$(srcdir)/texts" -type d | while read d; do \
echo " GEN $$d/MANIFEST"; \
(cd "$$d" && ls | grep -v MANIFEST | LANG=C sort > MANIFEST.tmp && mv MANIFEST.tmp MANIFEST || ($(RM) MANIFEST.tmp; false)); \
done; true
.PHONY: manifests
-include $(top_srcdir)/git.mk

View File

@ -0,0 +1,3 @@
shaper-arabic
shaper-default
shaper-indic

View File

@ -0,0 +1,5 @@
script-arabic
script-mandaic
script-mongolian
script-nko
script-syriac

View File

@ -0,0 +1 @@
indic

View File

@ -0,0 +1,10 @@
script-assamese
script-bengali
script-devanagari
script-gujarati
script-kannada
script-malayalam
script-oriya
script-punjabi
script-tamil
script-telugu