diff options
author | Martin Willi <martin@revosec.ch> | 2014-12-12 12:44:32 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-02-20 13:34:55 +0100 |
commit | 1f29cd2c5db06c32e79c3105e85899398f8d17f5 (patch) | |
tree | abaa7b71a57102309de25b600e155581f19a758e /src/libcharon/tests/libcharon_tests.h | |
parent | 82e4b83378129900c9b7cc9355ae18d765885d5b (diff) | |
download | strongswan-1f29cd2c5db06c32e79c3105e85899398f8d17f5.tar.bz2 strongswan-1f29cd2c5db06c32e79c3105e85899398f8d17f5.tar.xz |
libcharon: Add a test runner
Diffstat (limited to 'src/libcharon/tests/libcharon_tests.h')
-rw-r--r-- | src/libcharon/tests/libcharon_tests.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libcharon/tests/libcharon_tests.h b/src/libcharon/tests/libcharon_tests.h new file mode 100644 index 000000000..05502f18e --- /dev/null +++ b/src/libcharon/tests/libcharon_tests.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2014 Martin Willi + * Copyright (C) 2014 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. + */ |