Start adding new shaping test suite together
This commit is contained in:
parent
7a4a848db2
commit
d4de562adf
|
@ -185,6 +185,7 @@ src/hb-version.h
|
||||||
util/Makefile
|
util/Makefile
|
||||||
test/Makefile
|
test/Makefile
|
||||||
test/api/Makefile
|
test/api/Makefile
|
||||||
|
test/shaping/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Process this file with automake to produce Makefile.in
|
# Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = api
|
SUBDIRS = api shaping
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
||||||
|
shaper-arabic
|
||||||
|
shaper-default
|
||||||
|
shaper-indic
|
|
@ -0,0 +1,5 @@
|
||||||
|
script-arabic
|
||||||
|
script-mandaic
|
||||||
|
script-mongolian
|
||||||
|
script-nko
|
||||||
|
script-syriac
|
|
@ -0,0 +1 @@
|
||||||
|
indic
|
|
@ -0,0 +1,10 @@
|
||||||
|
script-assamese
|
||||||
|
script-bengali
|
||||||
|
script-devanagari
|
||||||
|
script-gujarati
|
||||||
|
script-kannada
|
||||||
|
script-malayalam
|
||||||
|
script-oriya
|
||||||
|
script-punjabi
|
||||||
|
script-tamil
|
||||||
|
script-telugu
|
Loading…
Reference in New Issue