未验证 提交 1b58bf22 编写于 作者: R rsheeter 提交者: GitHub

Update TESTING.md

上级 ed972d5d
......@@ -5,18 +5,18 @@ Values defined in `hb-debug.hh`.
```shell
# quick sanity check
time (make CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
&& make -C test/api check || cat test/api/test-suite.log)
time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
&& {make -j4 -C test/api check || cat test/api/test-suite.log})
# slower santiy check
time (make CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
&& make -C src check \
&& make -C test/api check \
&& make -C test/subset check)
# slower sanity check
time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
&& make -j4 -C src check \
&& make -j4 -C test/api check \
&& make -j4 -C test/subset check)
# confirm you didn't break anything else
time (make CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
&& make check)
time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
&& make -j4 check)
# often catches files you didn't add, e.g. test fonts to EXTRA_DIST
make distcheck
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册