3 years ago 8704c7cea5 Stefan Sperling
add a simple deltify test
4 years ago 82ebf66693 Stefan Sperling
tweak parse_uri() function, declare it as public API, and add a test for it
5 years ago 7d40576625 Stefan Sperling
retire C tests which depended on Got's own Git repository to run
6 years ago 1c11b35cd6 Stefan Sperling
add a test for got_compare_paths()
6 years ago 25a58941e2 Stefan Sperling
remove the pathset abstraction again; replaced by RB tree
6 years ago aaa0878e4d Stefan Sperling
add got_pathset API which manages a tree of paths
6 years ago 0e67301325 Stefan Sperling
add a command line test suite with a simple 'got checkout' test
6 years ago 079b2f6564 Stefan Sperling
add a Makefile hierarchy which builds the whole show