]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hash-test.c
Added STRINGIFY macro.
[libucw.git] / lib / hash-test.c
index 2f83561352de834bb4fcbcf49c6e390b3f28830d..66a07faa297a9f5bfef681691bd5d7905a5bed7d 100644 (file)
@@ -69,7 +69,7 @@ static void test(void)
   log(L_INFO, "OK");
 }
 
-#elif 0
+#elif 1
 
 /* TEST 2: external strings */
 
@@ -82,6 +82,7 @@ struct node {
 #define HASH_PREFIX(x) test_##x
 #define HASH_KEY_STRING key
 #define HASH_NOCASE
+#define HASH_AUTO_POOL 4096
 
 #define HASH_WANT_FIND
 #define HASH_WANT_NEW