Annotation of embedaddon/strongswan/src/libcharon/tests/libcharon_tests.h, revision 1.1.1.1
1.1 misho 1: /*
2: * Copyright (C) 2014-2016 Tobias Brunner
3: * HSR Hochschule fuer Technik Rapperswil
4: *
5: * Copyright (C) 2014 Martin Willi
6: * Copyright (C) 2014 revosec AG
7: *
8: * This program is free software; you can redistribute it and/or modify it
9: * under the terms of the GNU General Public License as published by the
10: * Free Software Foundation; either version 2 of the License, or (at your
11: * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
12: *
13: * This program is distributed in the hope that it will be useful, but
14: * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15: * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16: * for more details.
17: */
18:
19: /**
20: * @defgroup libcharon-tests tests
21: * @ingroup libcharon
22: *
23: * @defgroup test_utils_c test_utils
24: * @ingroup libcharon-tests
25: */
26:
27: TEST_SUITE(ike_cfg_suite_create)
28: TEST_SUITE(peer_cfg_suite_create)
29: TEST_SUITE(mem_pool_suite_create)
30: TEST_SUITE_DEPEND(message_chapoly_suite_create, AEAD, ENCR_CHACHA20_POLY1305, 32)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>