libgit2/tests
Vicent Marti 3dccfed163 Cleanup the testing toolkit
Tests are now declared with detailed descriptions and a short test name:

	BEGIN_TEST(the_test0, "this is an example test that does something")
		...
	END_TEST

Modules are declared through a simple macro interface:

	BEGIN_MODULE(mod_name)
		ADD_TEST(the_test0);
		...
	END_MODULE

Error messages when tests fail have been greatly improved.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2011-03-03 20:23:52 +02:00
..
resources Add unit test for writing a big index file 2011-02-22 15:19:35 +02:00
.gitignore Fix Makefile to correctly handle 'make -j4 test' 2008-11-03 18:42:54 -08:00
NAMING Merge nulltoken's reference parsing code 2011-01-29 03:39:02 +02:00
t00-core.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t01-data.h Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t01-rawobj.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t02-data.h Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t02-objread.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t02-oids.h Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t03-objwrite.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t04-commit.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t05-revwalk.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t06-index.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t07-hashtable.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t08-tag.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t09-tree.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t10-refs.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t11-sqlite.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
t12-repo.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
test_helpers.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
test_helpers.h Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
test_lib.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
test_lib.h Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
test_main.c Cleanup the testing toolkit 2011-03-03 20:23:52 +02:00
tests.supp Add support for running the tests via valgrind 2009-10-13 16:23:54 +01:00