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

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