libgit2/tests
Shawn O. Pearce fbbfdf9f13 Move GIT_NORETURN into test_lib.h only
We should never have a noreturn style function in the library
itself, as such a function would prevent the calling application
from handling error conditions the way it wants.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-11-03 18:42:54 -08:00
..
t0000-oid.c Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
test_lib.c Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00
test_lib.h Move GIT_NORETURN into test_lib.h only 2008-11-03 18:42:54 -08:00
test_main.c Create a basic test suite for the library and test oid functions 2008-11-01 18:24:39 -07:00