index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2017-01-06
Make shared and static libraries optional
Azamat H. Hackimov
2017-01-03
Revert "More sourcepos! (#169)"
John MacFarlane
2016-12-20
More sourcepos! (#169)
Mathieu Duponchelle
2016-11-04
Fix for non-matching entities (#161)
Yuki Izumi
2016-06-06
cmake: Global handler for OOM situations
Vicent Marti
2016-06-06
test: Add tests for memory exhaustion
Vicent Marti
2016-06-02
roundtrip tests: remove spurious failures.
John MacFarlane
2016-06-02
Added new roundtrip_tests.py.
John MacFarlane
2016-06-01
Fixed round trip tests.
John MacFarlane
2016-05-17
Fix tests under MinGW
Nick Wellnhofer
2016-03-28
Add first regression tests
Nick Wellnhofer
2015-12-20
Made roundtrip test part of the test suite run by cmake.
John MacFarlane
2015-08-10
Fix FileNotFoundError errors on tests when cmark is built from another projec...
Kevin Wojniak
2015-02-14
Added test for --smart option.
John MacFarlane
2015-01-24
Moved spec.txt to test/ directory.
John MacFarlane
2015-01-11
Run the spec tests only if python3 is found.
John MacFarlane
2014-12-31
Fix API test on Windows
Nick Wellnhofer
2014-12-29
Updated tests to use python3.
John MacFarlane
2014-12-26
Use python, not python2, as name of python interpreter.
John MacFarlane
2014-12-24
Use python2 for man, test scripts.
John MacFarlane
2014-12-22
Added HTML normalization tests to test/CMakeLists.txt.
John MacFarlane
2014-11-29
Moved testing programs to test/.
John MacFarlane