summaryrefslogtreecommitdiff
path: root/src/test/test.h
blob: f8d07c9ab155bff5b9edee4c0be98618d3c8d5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef KALMIA_TEST_H
#define KALMIA_TEST_H

#define LILY_TEST_H_LOCATION <test/lily-test.h>
#include "lily-test.h"


#define TESTS \
	X(util_suite) \


#define X(test) extern void (*test)();
TESTS
#undef X

#endif