grim/gplate

3ea7d4210672
removed gmakeisms for gpg signing as well
#ifndef GPLATE_TEST_H
#define GPLATE_TEST_H
#include <check.h>
#include <glib.h>
#define TEST_EXPECTED_ACTUAL_MSG "\nexpected: '%s'\nactual: '%s'\n"
G_BEGIN_DECLS
Suite *variable_suite(void);
Suite *dictionary_variable_suite(void);
Suite *file_variable_suite(void);
Suite *syntax_suite(void);
Suite *for_suite(void);
Suite *include_suite(void);
Suite *test_util_suite(void);
void test_string(const gchar *expected, const gchar *actual);
G_END_DECLS
#endif /* GPLATE_TEST_H */