diff options
| author | Gaëtan Gilbert | 2018-05-17 13:56:22 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-17 13:56:22 +0200 |
| commit | 330398144ef9996429b3c66b32c6479bb8be896c (patch) | |
| tree | 67176c82ef88cdc7655c5a88a8bf51da8042ded7 /dev/doc | |
| parent | ec043e65c084a86594fb815eb65b2734b87018e2 (diff) | |
| parent | d0243311634a8d6fa77fb2d0bb36eab96186a605 (diff) | |
Merge PR #6808: Add unit tests to test-suite
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md index 6d7c0d3688..fb3f751db3 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -22,6 +22,11 @@ Proof engine should indicate what the canonical form is. An important change is the move of `Globnames.global_reference` to `Names.GlobRef.t`. +### Unit testing + + The test suite now allows writing unit tests against OCaml code in the Coq + code base. Those unit tests create a dependency on the OUnit test framework. + ## Changes between Coq 8.7 and Coq 8.8 ### Bug tracker |
