summaryrefslogtreecommitdiff
path: root/tests/suite/prime-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/prime-check.c')
-rw-r--r--tests/suite/prime-check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/prime-check.c b/tests/suite/prime-check.c
index ee0af1773c..13edc0b243 100644
--- a/tests/suite/prime-check.c
+++ b/tests/suite/prime-check.c
@@ -42,6 +42,7 @@ static void test_prime(const gnutls_datum_t * prime)
int main(int argc, char **argv)
{
+ test_prime(&gnutls_srp_8192_group_prime);
test_prime(&gnutls_srp_4096_group_prime);
test_prime(&gnutls_srp_3072_group_prime);
test_prime(&gnutls_srp_2048_group_prime);