aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_eckcdsa.cpp
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-10-24 21:37:29 +0200
committerRenĂ© Korthaus <[email protected]>2016-10-24 21:40:00 +0200
commit15a64a61ae0177c81fa7b973f24b8a73c0ae9dc1 (patch)
tree334f8d614bf9ccb284a1e8587725f4dec12919d7 /src/tests/test_eckcdsa.cpp
parent10037fe08aafc88f332aaf1f702c5ab6405067ef (diff)
Pubkey tests should express category [ci skip]
Diffstat (limited to 'src/tests/test_eckcdsa.cpp')
-rw-r--r--src/tests/test_eckcdsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_eckcdsa.cpp b/src/tests/test_eckcdsa.cpp
index 96c28383a..5e9978096 100644
--- a/src/tests/test_eckcdsa.cpp
+++ b/src/tests/test_eckcdsa.cpp
@@ -67,7 +67,7 @@ class ECKCDSA_Keygen_Tests : public PK_Key_Generation_Test
}
};
-BOTAN_REGISTER_TEST("eckcdsa", ECKCDSA_Signature_KAT_Tests);
+BOTAN_REGISTER_TEST("eckcdsa_sign", ECKCDSA_Signature_KAT_Tests);
BOTAN_REGISTER_TEST("eckcdsa_keygen", ECKCDSA_Keygen_Tests);
#endif