summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-02-23 15:19:27 +0900
committerBehdad Esfahbod <behdad@behdad.org>2016-02-23 15:19:27 +0900
commit525cc7d28cbe4e8149ddba677224f134dc0a3274 (patch)
tree03644417c426025df7e692a255033de5186ad613
parent6a09d7e34b949f9929f616ee53278b2edfd9b7ea (diff)
Add note re only adding tests with Free Software fonts
-rw-r--r--test/shaping/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/shaping/README.md b/test/shaping/README.md
index 050ae132..bf099094 100644
--- a/test/shaping/README.md
+++ b/test/shaping/README.md
@@ -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
```
-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.
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
by running `git status tests fonts/sha1sum`. And commit!
+
+*Note!* Please only add tests using Open Source fonts, preferably under
+OFL or similar license.