diff src/lib/test-lib.c @ 18069:4c956747c36f

lib: Added str-table API for keeping reference counted strings in a hash table.
author Timo Sirainen <tss@iki.fi>
date Thu, 13 Nov 2014 02:24:46 +0200
parents 07c709075598
children 1663b76430e1
line wrap: on
line diff
--- a/src/lib/test-lib.c	Thu Nov 13 01:41:07 2014 +0200
+++ b/src/lib/test-lib.c	Thu Nov 13 02:24:46 2014 +0200
@@ -42,6 +42,7 @@
 		test_strnum,
 		test_str_find,
 		test_str_sanitize,
+		test_str_table,
 		test_time_util,
 		test_unichar,
 		test_utc_mktime,