Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-18 | Also run API tests with CMARK_SHARED=OFF | Nick Wellnhofer | |
2015-08-10 | Remove need to disable MSVC warning 4267 | Kevin Wojniak | |
2015-08-10 | Remove need to disable MSVC warning 4244 | Kevin Wojniak | |
2015-08-10 | Remove need to disable MSVC warning 4244 | Kevin Wojniak | |
2015-08-10 | Remove need to disable MSVC warning 4800 | Kevin Wojniak | |
2015-03-09 | Check for CMAKE_C_COMPILER (not CC_COMPILER) when setting C flags. | John MacFarlane | |
2014-12-08 | Compile with -Wextra | Nick Wellnhofer | |
2014-11-28 | Test that libcmark can be used by C++ code | Nick Wellnhofer | |
2014-11-24 | Fix MSVC options | Nick Wellnhofer | |
Also disable some warnings. | |||
2014-11-18 | Set compiler flags for api_test | Nick Wellnhofer | |
2014-11-18 | Add header file to CMake api_test sources | Nick Wellnhofer | |
2014-11-18 | Try to support older CMake versions | Nick Wellnhofer | |
2014-11-18 | Start with tests for the C API | Nick Wellnhofer | |
The C API tests can be run individually via build/api_test/api_test Or together with the spec tests via cmake --build build --target test |