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
|
||||
test/Makefile
|
||||
test/api/Makefile
|
||||
test/shaping/Makefile
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
@ -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
10
test/shaping/Makefile.am
Normal 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
|
3
test/shaping/texts/MANIFEST
Normal file
3
test/shaping/texts/MANIFEST
Normal file
@ -0,0 +1,3 @@
|
||||
shaper-arabic
|
||||
shaper-default
|
||||
shaper-indic
|
5
test/shaping/texts/shaper-arabic/MANIFEST
Normal file
5
test/shaping/texts/shaper-arabic/MANIFEST
Normal file
@ -0,0 +1,5 @@
|
||||
script-arabic
|
||||
script-mandaic
|
||||
script-mongolian
|
||||
script-nko
|
||||
script-syriac
|
0
test/shaping/texts/shaper-default/MANIFEST
Normal file
0
test/shaping/texts/shaper-default/MANIFEST
Normal file
1
test/shaping/texts/shaper-indic/MANIFEST
Normal file
1
test/shaping/texts/shaper-indic/MANIFEST
Normal file
@ -0,0 +1 @@
|
||||
indic
|
10
test/shaping/texts/shaper-indic/indic/MANIFEST
Normal file
10
test/shaping/texts/shaper-indic/indic/MANIFEST
Normal 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
|
Loading…
Reference in New Issue
Block a user