aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_dh.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-10-28 04:57:01 -0400
committerJack Lloyd <[email protected]>2020-10-28 04:57:01 -0400
commite24e1a5e28aad346580b032101037b05fdbb2c72 (patch)
tree394246385654d28a8451891c9b854acb3845936a /src/tests/test_dh.cpp
parente6d58805e558e0ccaedae2e83146210560e60ff1 (diff)
Tag all tests with a category
Diffstat (limited to 'src/tests/test_dh.cpp')
-rw-r--r--src/tests/test_dh.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/test_dh.cpp b/src/tests/test_dh.cpp
index 49da13d12..4ae70e6b6 100644
--- a/src/tests/test_dh.cpp
+++ b/src/tests/test_dh.cpp
@@ -149,10 +149,10 @@ class Diffie_Hellman_Keygen_Tests final : public PK_Key_Generation_Test
}
};
-BOTAN_REGISTER_TEST("dh_kat", Diffie_Hellman_KAT_Tests);
-BOTAN_REGISTER_TEST("dh_invalid", DH_Invalid_Key_Tests);
+BOTAN_REGISTER_TEST("pubkey", "dh_kat", Diffie_Hellman_KAT_Tests);
+BOTAN_REGISTER_TEST("pubkey", "dh_invalid", DH_Invalid_Key_Tests);
-BOTAN_REGISTER_TEST("dh_keygen", Diffie_Hellman_Keygen_Tests);
+BOTAN_REGISTER_TEST("pubkey", "dh_keygen", Diffie_Hellman_Keygen_Tests);
#endif