Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-reftable.c « helper « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09d4b83ef9b8c5ab79845fc581fb674b21cecf46 (plain)
1
2
3
4
5
6
7
8
9
#include "reftable/reftable-tests.h"
#include "test-tool.h"

int cmd__reftable(int argc, const char **argv)
{
	basics_test_main(argc, argv);
	record_test_main(argc, argv);
	return 0;
}