|
|
@ -31,11 +31,11 @@ what this does is: |
|
|
|
$ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh -o=data/in-house/tests/test-name.test ../../util/hb-shape font.ttf |
|
|
|
$ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh -o=data/in-house/tests/test-name.test ../../util/hb-shape font.ttf |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
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 `data/in-house/Makefile.sources` |
|
|
|
Check that `make check` does indeed run it, and that the test passes. |
|
|
|
so it is run. Check that `make check` does indeed run it, and that the |
|
|
|
When everything looks good, `git add` the new font as well as new |
|
|
|
test passes. When everything looks good, `git add` the new font as well |
|
|
|
test file if you created any. You can see what new files are there |
|
|
|
as the new test file if you created any. You can see what new files are |
|
|
|
by running `git status data/in-house`. And commit! |
|
|
|
there by running `git status data/in-house`. And commit! |
|
|
|
|
|
|
|
|
|
|
|
*Note!* Please only add tests using Open Source fonts, preferably under |
|
|
|
*Note!* Please only add tests using Open Source fonts, preferably under |
|
|
|
OFL or similar license. |
|
|
|
OFL or similar license. |
|
|
|