Skip to content

Commit

Permalink
Enable gnc-uri test suite
Browse files Browse the repository at this point in the history
It was there but never run :(
  • Loading branch information
gjanssens committed Dec 27, 2018
1 parent e61d5c4 commit 06da9e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libgnucash/engine/test/test-engine.c
Expand Up @@ -34,6 +34,7 @@ extern void test_suite_transaction();
extern void test_suite_split();
extern void test_suite_engine_kvp_properties (void);
extern void test_suite_gnc_pricedb();
extern void test_suite_gnc_uri_utils(void);

int
main (int argc,
Expand All @@ -55,6 +56,7 @@ main (int argc,
test_suite_split();
test_suite_engine_kvp_properties ();
test_suite_gnc_pricedb();
test_suite_gnc_uri_utils();

return g_test_run( );
}
2 changes: 1 addition & 1 deletion libgnucash/engine/test/test-gnc-uri-utils.c
Expand Up @@ -30,7 +30,7 @@
#include <unittest-support.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);

struct test_strings_struct
Expand Down

0 comments on commit 06da9e9

Please sign in to comment.