diff options
author | René Korthaus <[email protected]> | 2016-10-24 21:37:29 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-24 21:40:00 +0200 |
commit | 15a64a61ae0177c81fa7b973f24b8a73c0ae9dc1 (patch) | |
tree | 334f8d614bf9ccb284a1e8587725f4dec12919d7 /src/tests/test_dsa.cpp | |
parent | 10037fe08aafc88f332aaf1f702c5ab6405067ef (diff) |
Pubkey tests should express category [ci skip]
Diffstat (limited to 'src/tests/test_dsa.cpp')
-rw-r--r-- | src/tests/test_dsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_dsa.cpp b/src/tests/test_dsa.cpp index f481ae34c..015a588b3 100644 --- a/src/tests/test_dsa.cpp +++ b/src/tests/test_dsa.cpp @@ -66,7 +66,7 @@ class DSA_Keygen_Tests : public PK_Key_Generation_Test } }; -BOTAN_REGISTER_TEST("dsa_kat", DSA_KAT_Tests); +BOTAN_REGISTER_TEST("dsa_sign", DSA_KAT_Tests); BOTAN_REGISTER_TEST("dsa_keygen", DSA_Keygen_Tests); #endif |