summaryrefslogtreecommitdiff
path: root/tests/test_lib.h
Commit message (Expand)AuthorAgeFilesLines
* CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-0/+1
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* test: Properly show error messagesVicent Marti2011-06-281-0/+1
* test_lib: add return value to git_testschu2011-05-181-1/+2
* Cleanup the testing toolkitVicent Marti2011-03-031-16/+23
* Make the test return an error code on failureVicent Marti2011-02-021-2/+2
* Rewrite the unit testing suiteVicent Marti2011-02-021-93/+31
* Change the library include fileVicent Marti2010-12-061-1/+1
* Fix some coding style issuesRamsay Jones2010-02-281-1/+1
* Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones2010-01-201-1/+6
* Add noreturn declaration compatible with the MSVC compiler.Julio Espinoza-Sokal2009-06-161-2/+3
* Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce2008-11-031-0/+8
* Move GIT_NORETURN into test_lib.h onlyShawn O. Pearce2008-11-031-1/+8
* Create a basic test suite for the library and test oid functionsShawn O. Pearce2008-11-011-0/+85