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


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