diff options
author | Paul Steckler <steck@stecksoft.com> | 2018-02-23 14:23:19 -0500 |
---|---|---|
committer | Gaƫtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2018-05-16 13:28:10 +0200 |
commit | a2f4a43833a29a5ede5905225b814c33e3a46132 (patch) | |
tree | bb2bd38286a6d51451df109e476862ab75ca65de /.gitignore | |
parent | 3f480c993311d19b152deb6bb4dc561188d76fc7 (diff) |
add unit tests to test suite
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e2a97b3a1..f1960ba68 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,8 @@ test-suite/coqdoc/Coqdoc.* test-suite/coqdoc/index.html test-suite/coqdoc/coqdoc.css test-suite/output/MExtraction.out +test-suite/oUnit-anon.cache +test-suite/unit-tests/**/*.test # documentation |