summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-20 18:14:13 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-20 18:14:13 +0100
commit321121c6c3726a7b5604bb52ef7d55dd362d9a02 (patch)
treec769aafdb3eee3b046efc263b759a30ee65c88f9 /tests/README.md
parent8eeb4ad8f6df3bedebdb86f95e013a9ea71fb687 (diff)
Move font folder
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index baca9148..7ad0535c 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -4,11 +4,12 @@
Top level directory structure:
- `src`: Testing code.
- `typ`: Input files.
-- `res`: Resource files used by tests.
- `ref`: Reference images which the output is compared with to determine whether
a test passed or failed.
- `png`: PNG files produced by tests.
- `pdf`: PDF files produced by tests.
+- `res`: Resource files used by tests.
+- `fonts`: Font files used for tests.
## Running the tests
Running all tests (including unit tests):