From c42869eb713f53504e1b77a679cff2f88ebd0c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Schl=C3=B6sser?= Date: Sat, 15 Apr 2017 21:17:05 +0200 Subject: [PATCH] Small doc fix: `make check` runs the tests (#469) --- test/shaping/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/README.md b/test/shaping/README.md index a581a3435..d1df63470 100644 --- a/test/shaping/README.md +++ b/test/shaping/README.md @@ -31,7 +31,7 @@ $ ./hb-unicode-encode 41 42 43 627 | ./record-test.sh ../../util/hb-shape font.t ``` 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 check` 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!