Added first version of Slim Test, a minimalistic testing library for C.
authorStephan Soller <stephan.soller@helionweb.de>
Mon, 15 Feb 2016 18:59:44 +0000 (19:59 +0100)
committerStephan Soller <stephan.soller@helionweb.de>
Mon, 15 Feb 2016 18:59:44 +0000 (19:59 +0100)
commit8872c78a5f0faa4b78af3e2cce0d7ba6db326f5d
tree320358a4c97557e2566b3e75fe8783df1a626f08
parent697791ff99337b52d96296c4d5e51bb4b342a7b6
Added first version of Slim Test, a minimalistic testing library for C.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
slim_test.h [new file with mode: 0644]
tests/slim_test_crashtest.c [new file with mode: 0644]