mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Enable gnc-uri test suite
It was there but never run :(
This commit is contained in:
@@ -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( );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user