strongswan/src/charon/testing/policy_test.h

44 lines
1.0 KiB
C
Raw Normal View History

2005-12-01 14:54:30 +00:00
/**
* @file policy_test.h
2005-12-01 14:54:30 +00:00
*
* @brief Tests for the policy_t class.
2005-12-01 14:54:30 +00:00
*
*/
/*
2006-07-07 08:49:06 +00:00
* Copyright (C) 2005-2006 Martin Willi
* Copyright (C) 2005 Jan Hutter
2005-12-01 14:54:30 +00:00
* 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 SA_CONFIG_TEST_H_
#define SA_CONFIG_TEST_H_
2005-12-01 14:54:30 +00:00
#include <utils/tester.h>
/**
* @brief Test function used to test the policy_t functionality.
2005-12-01 14:54:30 +00:00
*
* @param tester associated protected_tester_t object
2005-12-01 14:54:30 +00:00
*
* @ingroup testcases
*/
void test_policy(protected_tester_t *tester);
2005-12-01 14:54:30 +00:00
#endif /* SA_CONFIG_TEST_H_ */
2005-12-01 14:54:30 +00:00