aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/test_runner.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-07-24 10:33:06 +0200
committerTobias Brunner <tobias@strongswan.org>2013-07-24 16:17:21 +0200
commit5baec6448d7418699e49645ff8185f4b4f0992af (patch)
tree9e51d3984ee04727ab6c9741dd1039fcb2de1e4c /src/libstrongswan/tests/test_runner.c
parent6e2ec33f9d26d6b6ff33c92aaf93778eaec6579b (diff)
downloadstrongswan-5baec6448d7418699e49645ff8185f4b4f0992af.tar.bz2
strongswan-5baec6448d7418699e49645ff8185f4b4f0992af.tar.xz
unit-tests: Add test for host_create_netmask()
Diffstat (limited to 'src/libstrongswan/tests/test_runner.c')
-rw-r--r--src/libstrongswan/tests/test_runner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/tests/test_runner.c b/src/libstrongswan/tests/test_runner.c
index b9e1901b0..e7a04fd9a 100644
--- a/src/libstrongswan/tests/test_runner.c
+++ b/src/libstrongswan/tests/test_runner.c
@@ -82,6 +82,7 @@ int main()
srunner_add_suite(sr, identification_suite_create());
srunner_add_suite(sr, threading_suite_create());
srunner_add_suite(sr, utils_suite_create());
+ srunner_add_suite(sr, host_suite_create());
srunner_add_suite(sr, vectors_suite_create());
if (lib->plugins->has_feature(lib->plugins,
PLUGIN_DEPENDS(PRIVKEY_GEN, KEY_RSA)))