summaryrefslogtreecommitdiffstatshomepage
path: root/README.addregress
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 13:05:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 13:05:06 +0000
commit7afe8a4e9da86c2e69030ba80f8fb4412d0e1307 (patch)
treec62275ffdac242fb74590b770c3cc5d2ea6549e8 /README.addregress
parent87afbc0e736c0c51230aed2a74f1f10684872d7e (diff)
downloadmandoc-7afe8a4e9da86c2e69030ba80f8fb4412d0e1307.tar.gz
mandoc-7afe8a4e9da86c2e69030ba80f8fb4412d0e1307.tar.zst
mandoc-7afe8a4e9da86c2e69030ba80f8fb4412d0e1307.zip
Added mdoclint.
`make regress' uses mdoclint
Diffstat (limited to 'README.addregress')
-rw-r--r--README.addregress7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.addregress b/README.addregress
new file mode 100644
index 00000000..c7b72181
--- /dev/null
+++ b/README.addregress
@@ -0,0 +1,7 @@
+$Id: README.addregress,v 1.1 2009/02/23 13:05:06 kristaps Exp $
+
+To add regression tests, name the file according as
+regress/test.NAME.NN, where NAME approximately documents the test domain
+and NN is a two-digit, zero-padded number for the test index.
+
+Subsequent that, add the test to either FAIL or SUCCEED in the Makefile.