diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-06-07 16:39:49 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-06-07 16:40:32 +0200 |
commit | 2e8a5e12efe2afc01557602ee99d3c0cb6ddad06 (patch) | |
tree | d36be9d615edf23f75da4f2b1e9142ab7f81ffd8 /src/libcharon/plugins/unit_tester/tests.h | |
parent | b2ddaf07755176eab43bc8c58aa632eb915f4786 (diff) | |
download | strongswan-2e8a5e12efe2afc01557602ee99d3c0cb6ddad06.tar.bz2 strongswan-2e8a5e12efe2afc01557602ee99d3c0cb6ddad06.tar.xz |
Adding a basic unit test for hashtable_t.
Diffstat (limited to 'src/libcharon/plugins/unit_tester/tests.h')
-rw-r--r-- | src/libcharon/plugins/unit_tester/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/unit_tester/tests.h b/src/libcharon/plugins/unit_tester/tests.h index 96313d390..cd38c8a99 100644 --- a/src/libcharon/plugins/unit_tester/tests.h +++ b/src/libcharon/plugins/unit_tester/tests.h @@ -19,6 +19,7 @@ */ DEFINE_TEST("linked_list_t->remove()", test_list_remove, FALSE) +DEFINE_TEST("hashtable_t->remove_at()", test_hashtable_remove_at, FALSE) DEFINE_TEST("simple enumerator", test_enumerate, FALSE) DEFINE_TEST("nested enumerator", test_enumerate_nested, FALSE) DEFINE_TEST("filtered enumerator", test_enumerate_filtered, FALSE) |