aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run-genkey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-genkey.c b/tests/run-genkey.c
index 56404dd3..3f3fb16c 100644
--- a/tests/run-genkey.c
+++ b/tests/run-genkey.c
@@ -190,6 +190,8 @@ parse_usage_string (const char *string)
flags |= GPGME_CREATE_CERT;
else if (!strcmp (s, "auth"))
flags |= GPGME_CREATE_AUTH;
+ else if (!strcmp (s, "group"))
+ flags |= GPGME_CREATE_GROUP;
else
{
free (tokens);