From ef71b3d9674cc97e3a4b8a7cf62ab5ff043a2c77 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 19:03:19 +0000 Subject: Remove init/final and embed entity trie at build time. r=vince svn path=/trunk/hubbub/; revision=10976 --- test/tree.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/tree.c') diff --git a/test/tree.c b/test/tree.c index 9f48922..3cfb849 100644 --- a/test/tree.c +++ b/test/tree.c @@ -174,16 +174,11 @@ int main(int argc, char **argv) return 1; } - /* Initialise library */ - assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK); - #define DO_TEST(n) if ((ret = run_test(argc, argv, (n))) != 0) return ret for (shift = 0; (1 << shift) != 16384; shift++) for (offset = 0; offset < 10; offset += 3) DO_TEST((1 << shift) + offset); - assert(hubbub_finalise(myrealloc, NULL) == HUBBUB_OK); - return 0; #undef DO_TEST } -- cgit v1.2.3