summaryrefslogtreecommitdiff
path: root/tests/unit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/README.md')
-rw-r--r--tests/unit/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/README.md b/tests/unit/README.md
index 29bd3f325..0d32e010f 100644
--- a/tests/unit/README.md
+++ b/tests/unit/README.md
@@ -36,14 +36,14 @@ We put tests that focus on an area or a specific function into a single C
source file. The source file should be named 'unitNNNN.c' where NNNN is a
previously unused number.
-Add your test to `tests/unit/Makefile.inc` (if it is a unit test). Add your
+Add your test to `tests/unit/Makefile.inc` (if it is a unit test). Add your
test data file name to `tests/data/Makefile.inc`
You also need a separate file called `tests/data/testNNNN` (using the same
number) that describes your test case. See the test1300 file for inspiration
and the `tests/FILEFORMAT.md` documentation.
-For the actual C file, here's a very simple example:
+For the actual C file, here's a simple example:
~~~c
#include "curlcheck.h"