Calvin Wan <calvinwan@xxxxxxxxxx> writes: > Add test file that directly or indirectly calls all functions defined in > git-std-lib.a object files to showcase that they do not reference > missing objects and that git-std-lib.a can stand on its own. > > Certain functions that cause the program to exit or are already called > by other functions are commented out. > > TODO: replace with unit tests > Signed-off-by: Calvin Wan <calvinwan@xxxxxxxxxx> Thanks for this patch - it's useful for reviewers to see what this patch set accomplishes (a way to compile a subset of files in Git that can provide library functionality). I don't think we should merge it as-is but should wait until we have a unit test that also exercises functions, and then merge that instead (I think your TODO expresses the same sentiment).