summaryrefslogtreecommitdiff
path: root/src/test/test.c
blob: c97f325b8532b8055aa1052d92427116b4693d3e (plain)
1
2
3
4
5
6
7
#include "test.h"

int main()
{
	RUN_TESTS();
	return 0;
}