libgit2/tests
Vicent Marti 2a1732b439 Rewrite the unit testing suite
NIH Enterprises presents: a new testing system based on CuTesT, which is
faster than our previous one and fortunately uses no preprocessing on
the source files, which means we can run that from CMake.

The test suites have been gathered together into bigger files (one file
per suite, testing each of the different submodules of the library).

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2011-02-02 02:15:25 +02:00
..
resources Merge nulltoken's reference parsing code 2011-01-29 03:39:02 +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 Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t01-data.h Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t01-rawobj.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t02-data.h Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t02-objread.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t02-oids.h Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t03-objwrite.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t04-commit.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t05-revwalk.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t06-index.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t07-hashtable.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t08-tag.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t09-tree.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
t10-refs.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
test_helpers.c Change include structure for the project 2010-12-06 01:14:15 +02:00
test_helpers.h Tests now run with the resources folder as a hardcoded path 2010-12-10 05:53:39 +02:00
test_lib.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
test_lib.h Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
test_main.c Rewrite the unit testing suite 2011-02-02 02:15:25 +02:00
tests.supp Add support for running the tests via valgrind 2009-10-13 16:23:54 +01:00