aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJ08nY2017-12-17 19:55:53 +0100
committerJ08nY2017-12-17 19:55:53 +0100
commitd8a05be7ec46bef98501151fa5ea459d015eef36 (patch)
treefd8641ae7ac3a409005aadd2cf3dff77ace9fc89 /test/src
parent43362aa1c57e3801f57c966c851a70d8e4edb3b4 (diff)
downloadecgen-d8a05be7ec46bef98501151fa5ea459d015eef36.tar.gz
ecgen-d8a05be7ec46bef98501151fa5ea459d015eef36.tar.zst
ecgen-d8a05be7ec46bef98501151fa5ea459d015eef36.zip
Diffstat (limited to 'test/src')
-rw-r--r--test/src/exhaustive/test_brainpool_rfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/exhaustive/test_brainpool_rfc.c b/test/src/exhaustive/test_brainpool_rfc.c
index 63ed116..4fc710f 100644
--- a/test/src/exhaustive/test_brainpool_rfc.c
+++ b/test/src/exhaustive/test_brainpool_rfc.c
@@ -5,7 +5,6 @@
#include <criterion/criterion.h>
#include <criterion/parameterized.h>
-#include <exhaustive/exhaustive.h>
#include "exhaustive/brainpool.h"
#include "exhaustive/brainpool_rfc.h"
#include "exhaustive/check.h"
@@ -163,6 +162,7 @@ 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;