diff options
| author | Marko Kreen | 2011-01-31 09:53:09 +0000 |
|---|---|---|
| committer | Marko Kreen | 2011-01-31 09:53:09 +0000 |
| commit | 36a32a0f6af18b00f789a8dc671a889c617ce10b (patch) | |
| tree | 1f4132e42a3d508a5521ef22b3136e505f68df3b /test/test_common.c | |
| parent | 9e3680a3c215a47d1b82851ffdaf43a02cc5945c (diff) | |
test: shlist tests
Diffstat (limited to 'test/test_common.c')
| -rw-r--r-- | test/test_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_common.c b/test/test_common.c index 2f5c0d0..505cbb8 100644 --- a/test/test_common.c +++ b/test/test_common.c @@ -14,6 +14,7 @@ struct testgroup_t groups[] = { { "heap/", heap_tests }, { "hashtab/", hashtab_tests }, { "list/", list_tests }, + { "shlist/", shlist_tests }, { "utf8/", utf8_tests }, { "strpool/", strpool_tests }, { "pgutil/", pgutil_tests }, |
