grim/gplate

apparently the .SUFFIXES target is supposed to be a variable now..
#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 */