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: 3b58e423e7b1b8f07959e3ca723c33ea92a650ff (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);

	return 0;
}