diff options
author | Martin Willi <martin@revosec.ch> | 2015-04-27 14:13:58 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-07-12 13:54:08 +0200 |
commit | 29e3544f1ff14312e40c17ad9f92223612bd52bb (patch) | |
tree | f916306042f1c4506d51354d2231dc6dd05e5407 /src/libipsec/tests/ipsec_tests.h | |
parent | 98aa6aa3442c5f7fa05dc94d18da9945b9567cf5 (diff) | |
download | strongswan-29e3544f1ff14312e40c17ad9f92223612bd52bb.tar.bz2 strongswan-29e3544f1ff14312e40c17ad9f92223612bd52bb.tar.xz |
libipsec: Add a unit-test test runner
Diffstat (limited to 'src/libipsec/tests/ipsec_tests.h')
-rw-r--r-- | src/libipsec/tests/ipsec_tests.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libipsec/tests/ipsec_tests.h b/src/libipsec/tests/ipsec_tests.h new file mode 100644 index 000000000..20c47f26f --- /dev/null +++ b/src/libipsec/tests/ipsec_tests.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2015 Martin Willi + * Copyright (C) 2015 revosec AG + * + * 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. + */ |