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

struct lily_globals_t _lily_globals;

void lily_assert_msg(bool statement, const char *location,
		     const char *format_string, ...)
{
}