aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-06-27 11:27:13 +0200
committerTobias Brunner <tobias@strongswan.org>2013-06-27 11:27:13 +0200
commitfcc33c0cd476702010eb84d61895b4093ad373ad (patch)
tree761e9d095754f854a8cc00f77b2b842c27338fe6
parenta6357a62b48ad809450856dad2697fe97bd70e45 (diff)
downloadstrongswan-fcc33c0cd476702010eb84d61895b4093ad373ad.tar.bz2
strongswan-fcc33c0cd476702010eb84d61895b4093ad373ad.tar.xz
unit-tests: Print loaded plugins
-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 2cd73a3cc..85c6b2019 100644
--- a/src/libstrongswan/tests/test_runner.c
+++ b/src/libstrongswan/tests/test_runner.c
@@ -67,6 +67,7 @@ int main()
library_deinit();
return EXIT_FAILURE;
}
+ lib->plugins->status(lib->plugins, LEVEL_CTRL);
sr = srunner_create(NULL);
srunner_add_suite(sr, bio_reader_suite_create());