diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-26 21:08:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-26 22:43:41 +0300 |
commit | e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7 (patch) | |
tree | 223f9b5f9ec1299125e59da65cc62ea85ab915b2 /.gitignore | |
parent | 055345145f35286b3f45ed05d5a80d118a1ab8f4 (diff) | |
download | plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.tar.gz plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.tar.bz2 plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.tar.xz plus-e4196b3c4911bf021ec5da2bd65ff8ca0c66e7e7.zip |
Replace gtest with catch. Add basic support for catch.
Also add make script for tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 97cd4b1dc..02035cd9a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ m4/ intl/ missing compile +/test-driver po/Makefile.in.in po/Makevars.template po/Rules-quot @@ -58,7 +59,11 @@ install_manifest.txt .dirstamp po/stamp-po src/manaplus +src/manaplustests +src/manaplustests.log +src/manaplustests.trs src/dyecmd +/src/test-suite.log # files created during Windows build .objs |