diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-27 07:24:04 +0000 |
commit | e168ee1785eff740af1e5b6db635bdc7bda010fa (patch) | |
tree | 5db6ebde12654e76be5171548db8334791dcb896 /Source/testing/receiver_test.h | |
parent | 108b489f88ae4388c1eada3dfe8cceaba6adde85 (diff) | |
download | strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.bz2 strongswan-e168ee1785eff740af1e5b6db635bdc7bda010fa.tar.xz |
- add connection names to connections
- stroke status / ipsec status shows them
- added statusall for stroke
- added status by connection name
- some tests repaired, more to come
Diffstat (limited to 'Source/testing/receiver_test.h')
-rw-r--r-- | Source/testing/receiver_test.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Source/testing/receiver_test.h b/Source/testing/receiver_test.h deleted file mode 100644 index 59b87df16..000000000 --- a/Source/testing/receiver_test.h +++ /dev/null @@ -1,37 +0,0 @@ -/** - * @file receiver_test.h - * - * @brief Tests for the receiver_t class. - * - */ - -/* - * Copyright (C) 2005 Jan Hutter, Martin Willi - * Hochschule fuer Technik Rapperswil - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. - */ - -#ifndef RECEIVER_TEST_H_ -#define RECEIVER_TEST_H_ - -#include <utils/tester.h> - -/** - * @brief Test function for the type receiver_t. - * - * @param tester tester object - * - * @ingroup testcases - */ -void test_receiver(protected_tester_t *tester); - -#endif /*RECEIVER_TEST_H_*/ |