summaryrefslogtreecommitdiff
path: root/test/test_common.c
diff options
context:
space:
mode:
authorMarko Kreen2010-09-01 14:26:48 +0000
committerMarko Kreen2010-09-01 14:26:48 +0000
commita083d113aa7858bbd4bf15ac16f3418036fea7ad (patch)
treef087e9b1103be7c42de0b2c715cf485c15649a33 /test/test_common.c
parent389245581d42a440e4bc7f76c3e341757bc592df (diff)
pgutil: move common postgres helper functions here.
Diffstat (limited to 'test/test_common.c')
-rw-r--r--test/test_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_common.c b/test/test_common.c
index fa821dc..f8526b1 100644
--- a/test/test_common.c
+++ b/test/test_common.c
@@ -11,6 +11,7 @@ struct testgroup_t groups[] = {
{ "list/", list_tests },
{ "utf8/", utf8_tests },
{ "strpool/", strpool_tests },
+ { "pgutil/", pgutil_tests },
END_OF_GROUPS
};