unit-tests: Added tests for pen_type_t

This commit is contained in:
Andreas Steffen
2013-11-01 22:29:29 +01:00
parent 6db81edac3
commit a40c4bc28c
3 changed files with 89 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ int main()
srunner_add_suite(sr, host_suite_create());
srunner_add_suite(sr, vectors_suite_create());
srunner_add_suite(sr, printf_suite_create());
srunner_add_suite(sr, pen_suite_create());
if (lib->plugins->has_feature(lib->plugins,
PLUGIN_DEPENDS(PRIVKEY_GEN, KEY_RSA)))
{