tests-clar/clar


Log

Author Commit Date CI Message
Russell Belfer a7c09c0d 2012-05-10T11:15:37 Fixed mode on clar
Vicent Martí a9d9965b 2012-05-09T22:54:24 clar: Update from upstream
Scott J. Goldman 17847c78 2012-05-06T23:58:41 Update clar to latest version Fixes the mingw32 build issues.
Scott J. Goldman 06ac3e7f 2012-05-05T13:16:48 Fix clar generated code to compile on MINGW32 MINGW32 does not define _mktemp_s, so we can just use _mktemp instead. See the non-compressed/non-base64-encoded version of the patch here: http://gist.github.com/2605249
schu 5c9a794d 2012-04-21T18:36:13 tests-clar: update to latest version of clar Signed-off-by: schu <schu-github@schulog.org>
Russell Belfer 1a6e8f8a 2012-04-13T10:42:00 Update clar and remove old helpers This updates to the latest clar which includes the helpers `cl_assert_equal_s` and `cl_assert_equal_i`. Convert the code over to use those and remove the old libgit2-only helpers.
Russell Belfer fd771427 2012-03-19T16:09:03 Update to latest clar
Vicent Martí 3fd1520c 2012-01-24T20:35:15 Rename the Clay test suite to Clar Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff!