grim/gplate

The start of moving testing from autotools and check to gtester and ctest

refs #11
#ifndef TEST_COLLECTION_H
#define TEST_COLLECTION_H
#include <glib.h>
#include <gplate/gplate.h>
G_BEGIN_DECLS
void test_collection_lookup(GPlateCollection *collection, const gchar *name, const gchar *expected);
void test_collection_lookup_int(GPlateCollection *collection, const gchar *name, gint expected);
G_END_DECLS
#endif /* TEST_COLLECTION_H */