diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-08-30 12:58:09 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-10-05 12:55:38 +0200 |
commit | 4f5b435fe99ebdd9a9e79152fabfee14a14f02f4 (patch) | |
tree | be6187a30e0dbe7c71bdf0228f86cfad8d4ea54b /src/libimcv/imcv_tests.h | |
parent | e23cad35644f154989913b73f62a06b85e4d3a1f (diff) | |
download | strongswan-4f5b435fe99ebdd9a9e79152fabfee14a14f02f4.tar.bz2 strongswan-4f5b435fe99ebdd9a9e79152fabfee14a14f02f4.tar.xz |
Unit tests for libimcv
Diffstat (limited to 'src/libimcv/imcv_tests.h')
-rw-r--r-- | src/libimcv/imcv_tests.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libimcv/imcv_tests.h b/src/libimcv/imcv_tests.h new file mode 100644 index 000000000..d3ea24b1f --- /dev/null +++ b/src/libimcv/imcv_tests.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2014 Andreas Steffen + * HSR 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. + */ + +TEST_SUITE(imcv_seg_suite_create) + |