grim/gplate

735862f5870b
Parents 7130266958a2
Children 9b4869aba893
Load defaults in the test config
  • +3 -1
    tests/test.c
  • --- a/tests/test.c Sun Feb 10 02:29:00 2008 -0600
    +++ b/tests/test.c Sun Feb 10 02:29:18 2008 -0600
    @@ -4,7 +4,7 @@
    #include <stdlib.h>
    -#include <gplate/gplate-template.h>
    +#include <gplate/gplate.h>
    #include "test.h"
    @@ -22,6 +22,8 @@
    g_type_init();
    + gplate_config_load_default();
    +
    sr = srunner_create(master_suite());
    srunner_set_xml(sr, "gplate-tests.xml");