diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-10-24 16:47:26 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-10-30 12:32:44 +0100 |
commit | 385d4486bafbceccb940f7b74e2bb5b00bc2faec (patch) | |
tree | 2f17720f032429e7022ba1104394efc124ae23ba /src/libhydra/tests/hydra_tests.h | |
parent | 9d2a3554e5ca88b190f95a0616ae2fe05bb4062b (diff) | |
download | strongswan-385d4486bafbceccb940f7b74e2bb5b00bc2faec.tar.bz2 strongswan-385d4486bafbceccb940f7b74e2bb5b00bc2faec.tar.xz |
libhydra: Add test runner
Diffstat (limited to 'src/libhydra/tests/hydra_tests.h')
-rw-r--r-- | src/libhydra/tests/hydra_tests.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libhydra/tests/hydra_tests.h b/src/libhydra/tests/hydra_tests.h new file mode 100644 index 000000000..6b213d026 --- /dev/null +++ b/src/libhydra/tests/hydra_tests.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2014 Tobias Brunner + * 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. + */ |