aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/src/exhaustive/test_brainpool_rfc.c1
-rw-r--r--test/src/test/default.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/src/exhaustive/test_brainpool_rfc.c b/test/src/exhaustive/test_brainpool_rfc.c
index 4fc710f..f2c38be 100644
--- a/test/src/exhaustive/test_brainpool_rfc.c
+++ b/test/src/exhaustive/test_brainpool_rfc.c
@@ -162,7 +162,6 @@ ParameterizedTestParameters(brainpool_rfc, test_brainpool_rfc_params) {
}
ParameterizedTest(struct rfc_params *param, brainpool_rfc,
test_brainpool_rfc_params) {
- cr_skip();
cfg->bits = param->bits;
cfg->field = FIELD_PRIME;
diff --git a/test/src/test/default.c b/test/src/test/default.c
index 5a30e79..27f9525 100644
--- a/test/src/test/default.c
+++ b/test/src/test/default.c
@@ -9,7 +9,7 @@
void default_setup(void) {
memset(cfg, 0, sizeof(config_t));
- pari_init(200000000, 4000000); // 200MB memory, 4M primes
+ pari_init(200000000, 1000000); // 200MB memory, 1M primes
// set_mem_funcs(cr_malloc, cr_simple_calloc, cr_realloc, cr_free);
}