aboutsummaryrefslogtreecommitdiff
path: root/tests/nissy_tests.c
blob: d959423a9bc7bd496646abf037a94700f8d130e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>

void fst_pre_init_testall();
void fst_post_init_testall();

int main() {
	fst_pre_init_testall();
	fst_post_init_testall();

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

Generated with cgit - Back to sebastiano.tronto.net