diff options
author | Jack Lloyd <[email protected]> | 2020-10-28 04:57:01 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-10-28 04:57:01 -0400 |
commit | e24e1a5e28aad346580b032101037b05fdbb2c72 (patch) | |
tree | 394246385654d28a8451891c9b854acb3845936a /src/tests/test_ecc_pointmul.cpp | |
parent | e6d58805e558e0ccaedae2e83146210560e60ff1 (diff) |
Tag all tests with a category
Diffstat (limited to 'src/tests/test_ecc_pointmul.cpp')
-rw-r--r-- | src/tests/test_ecc_pointmul.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_ecc_pointmul.cpp b/src/tests/test_ecc_pointmul.cpp index 0e4e18015..28231a169 100644 --- a/src/tests/test_ecc_pointmul.cpp +++ b/src/tests/test_ecc_pointmul.cpp @@ -50,7 +50,7 @@ class ECC_Basepoint_Mul_Tests final : public Text_Based_Test } }; -BOTAN_REGISTER_TEST("ecc_basemul", ECC_Basepoint_Mul_Tests); +BOTAN_REGISTER_TEST("pubkey", "ecc_basemul", ECC_Basepoint_Mul_Tests); class ECC_Varpoint_Mul_Tests final : public Text_Based_Test { @@ -88,7 +88,7 @@ class ECC_Varpoint_Mul_Tests final : public Text_Based_Test } }; -BOTAN_REGISTER_TEST("ecc_varmul", ECC_Varpoint_Mul_Tests); +BOTAN_REGISTER_TEST("pubkey", "ecc_varmul", ECC_Varpoint_Mul_Tests); #endif |