]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/charon/plugins/unit_tester/tests.h
moved publickey speed test to a standalone program
[people/ms/strongswan.git] / src / charon / plugins / unit_tester / tests.h
CommitLineData
965e99b5
MW
1/*
2 * Copyright (C) 2007 Martin Willi
3 * Hochschule fuer Technik Rapperswil
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 * for more details.
14 */
15
965e99b5 16/**
552cc11b
MW
17 * @defgroup tests tests
18 * @{ @ingroup unit_tester
965e99b5 19 */
965e99b5 20
552cc11b
MW
21DEFINE_TEST("linked_list_t->remove()", test_list_remove, FALSE)
22DEFINE_TEST("simple enumerator", test_enumerate, FALSE)
23DEFINE_TEST("nested enumerator", test_enumerate_nested, FALSE)
24DEFINE_TEST("filtered enumerator", test_enumerate_filtered, FALSE)
0a625fde 25DEFINE_TEST("token enumerator", test_enumerate_token, FALSE)
0bd7ad6c 26DEFINE_TEST("auth cfg", test_auth_cfg, FALSE)
552cc11b
MW
27DEFINE_TEST("FIPS PRF", fips_prf_test, FALSE)
28DEFINE_TEST("CURL get", test_curl_get, FALSE)
29DEFINE_TEST("MySQL operations", test_mysql, FALSE)
30DEFINE_TEST("SQLite operations", test_sqlite, FALSE)
d7c529f5 31DEFINE_TEST("mutex primitive", test_mutex, FALSE)
9d1c384b 32DEFINE_TEST("RSA key generation", test_rsa_gen, FALSE)
489e3da0 33DEFINE_TEST("RSA subjectPublicKeyInfo loading", test_rsa_load_any, FALSE)
f6035833 34DEFINE_TEST("X509 certificate", test_cert_x509, FALSE)
65456bfe 35DEFINE_TEST("Mediation database key fetch", test_med_db, FALSE)
9213ad27 36DEFINE_TEST("AES-128 encryption", test_aes128, FALSE)
fca4d3ee 37DEFINE_TEST("AES-XCBC", test_aes_xcbc, FALSE)
27d04e05 38DEFINE_TEST("Base64 converter", test_chunk_base64, FALSE)
f7c17aa1 39DEFINE_TEST("IP pool", test_pool, FALSE)
df68b54f 40DEFINE_TEST("SSH agent", test_agent, FALSE)
f6035833 41DEFINE_TEST("RNG quality", test_rng, FALSE)
0bd7ad6c 42DEFINE_TEST("ID parts", test_id_parts, FALSE)
1490ff4d
MW
43
44/** @}*/