aboutsummaryrefslogtreecommitdiff
path: root/tests/test_all.c
blob: 4daeec0ac511bd580b70fad19e88a2ce6d778ca1 (plain)
1
2
3
4
5
6
7
8
9
10
#include "inc.h"

void test_fst_all();

int main() {
	test_fst_all();

	printf("All tests passed.\n");
	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net