blob: fe4421e83f7072216e07478e4c4a87956e227a18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <string.h>
#include <kalmia.h>
#include "geometry.h"
#include "test/test.h"
LILY_FILE_BEGIN(geometry_suite)
#define LILY_FILE_END
#include LILY_REGISTER_TESTS()
|