aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/ecgen.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ecgen.sh b/test/ecgen.sh
index 8953e50..d430f99 100755
--- a/test/ecgen.sh
+++ b/test/ecgen.sh
@@ -92,6 +92,12 @@ function brainpool() {
assert_raises "${ecgen} --f2m -r --brainpool-rfc 10" 1
}
+function nums() {
+ start_test
+ assert_raises "${ecgen} --fp -r --nums 10"
+ assert_raises "${ecgen} --f2m -r --nums 10" 1
+}
+
function anomalous() {
start_test
assert_raises "${ecgen} --fp --anomalous -r 20"
@@ -203,6 +209,7 @@ json
exhaustive
ansix962
brainpool
+nums
anomalous
supersingular
invalid