summaryrefslogtreecommitdiff
path: root/tools/test.c
blob: 13fff76b1fe4a71943c226c5ace35daf6f596cde (plain)
1
2
3
4
5
6
7
8
9
#include "liblazy.h"

#include <stdio.h>

int main(int argc, char *argv[])
{
	/* add some testing code here */
	return 0;
}