提交 525cc7d2 编写于 作者: B Behdad Esfahbod

Add note re only adding tests with Free Software fonts

上级 6a09d7e3
...@@ -30,8 +30,11 @@ what this does is: ...@@ -30,8 +30,11 @@ what this does is:
$ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf >> tests/test-name.test $ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf >> tests/test-name.test
``` ```
If you created a new test file, add it to Makefile.am so it is run. If you created a new test file, add it to `Makefile.am` so it is run.
Check that `make test` does indeed run it, and that the test passes. Check that `make test` does indeed run it, and that the test passes.
When everything looks good, `git add` the new font as well as new When everything looks good, `git add` the new font as well as new
test file if you created any. You can see what new files are there test file if you created any. You can see what new files are there
by running `git status tests fonts/sha1sum`. And commit! by running `git status tests fonts/sha1sum`. And commit!
*Note!* Please only add tests using Open Source fonts, preferably under
OFL or similar license.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册