X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fhash-test.c;h=66a07faa297a9f5bfef681691bd5d7905a5bed7d;hb=7093c3275e649ae60935fe07bb6b44398b3ca4c0;hp=2f83561352de834bb4fcbcf49c6e390b3f28830d;hpb=4a220521e7b46263b156a6c784856a996997df76;p=libucw.git diff --git a/lib/hash-test.c b/lib/hash-test.c index 2f835613..66a07faa 100644 --- a/lib/hash-test.c +++ b/lib/hash-test.c @@ -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