Skip to content

Commit

Permalink
Faster long keygen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Apr 2, 2024
1 parent 3df2804 commit 8271956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_cmce.cpp
Expand Up @@ -266,7 +266,7 @@ class CMCE_Invalid_Test : public Text_Based_Test {
class CMCE_Generic_Keygen_Tests final : public PK_Key_Generation_Test {
public:
std::vector<std::string> keygen_params() const override {
auto to_test = instances_to_test();
auto to_test = get_test_instances_min();

std::vector<std::string> res;
std::transform(to_test.begin(), to_test.end(), std::back_inserter(res), [](auto& param_set) {
Expand Down

0 comments on commit 8271956

Please sign in to comment.