提交 d4de562a 编写于 作者: B Behdad Esfahbod

Start adding new shaping test suite together

上级 7a4a848d
...@@ -185,6 +185,7 @@ src/hb-version.h ...@@ -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
# 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
# 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
shaper-arabic
shaper-default
shaper-indic
script-arabic
script-mandaic
script-mongolian
script-nko
script-syriac
script-assamese
script-bengali
script-devanagari
script-gujarati
script-kannada
script-malayalam
script-oriya
script-punjabi
script-tamil
script-telugu
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册