grim/gplate

I thought I already added this.. my bad
trying_to_get_includes_working
2008-02-20, grim
545b7214a0de
I thought I already added this.. my bad
#ifndef GPLATE_TEST_H
#define GPLATE_TEST_H
#include <check.h>
#include <glib.h>
G_BEGIN_DECLS
Suite *syntax_suite(void);
Suite *variable_suite(void);
Suite *include_suite(void);
G_END_DECLS
#endif /* GPLATE_TEST_H */