aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Jasper Hugunin <jasperh@cs.washington.edu>2018-01-06 21:40:02 +0900
committerGravatar Jasper Hugunin <jasperh@cs.washington.edu>2018-01-06 21:40:02 +0900
commit8c1aa693f718414bba8cd1400d2b49ff39eeb828 (patch)
treeceaaf7e097d93e8410e487a904cc5d6d5fba7bae /dev
parent2d6e395dead61a49ede6208bc40e16b4b8e68ce4 (diff)
First stab at documenting the test suite.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/README.md b/dev/ci/README.md
index f4423558c..bb13587e9 100644
--- a/dev/ci/README.md
+++ b/dev/ci/README.md
@@ -103,6 +103,8 @@ The process to merge your PR is then to submit PRs to the external
development repositories, merge the latter first (if the fixes are
backward-compatible), drop the overlay commit and merge the PR on Coq then.
+See also [`test-suite/README.md`](/test-suite/README.md) for information about adding new tests to the test-suite.
+
Travis specific information
---------------------------