Enable gnc-uri test suite

It was there but never run :(
This commit is contained in:
Geert Janssens
2018-12-27 20:52:38 +01:00
parent e61d5c472a
commit 06da9e9712
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ extern void test_suite_transaction();
extern void test_suite_split(); extern void test_suite_split();
extern void test_suite_engine_kvp_properties (void); extern void test_suite_engine_kvp_properties (void);
extern void test_suite_gnc_pricedb(); extern void test_suite_gnc_pricedb();
extern void test_suite_gnc_uri_utils(void);
int int
main (int argc, main (int argc,
@@ -55,6 +56,7 @@ main (int argc,
test_suite_split(); test_suite_split();
test_suite_engine_kvp_properties (); test_suite_engine_kvp_properties ();
test_suite_gnc_pricedb(); test_suite_gnc_pricedb();
test_suite_gnc_uri_utils();
return g_test_run( ); return g_test_run( );
} }

View File

@@ -30,7 +30,7 @@
#include <unittest-support.h> #include <unittest-support.h>
#include "gnc-uri-utils.h" #include "gnc-uri-utils.h"
static const gchar *suitename = "engine/uri-utils"; static const gchar *suitename = "/engine/uri-utils";
void test_suite_gnc_uri_utils(void); void test_suite_gnc_uri_utils(void);
struct test_strings_struct struct test_strings_struct