aboutsummaryrefslogtreecommitdiff
path: root/test/ecgen.sh
diff options
context:
space:
mode:
authorJ08nY2021-04-10 14:54:57 +0200
committerJ08nY2021-04-10 15:00:08 +0200
commit5ed1f3f15acb12617dc7da25ec2642a0f70cbf12 (patch)
tree45e8797a479f8db9b8d02019bc03482685cde972 /test/ecgen.sh
parent7e3be900daaae1586ac4a53192dfc7bcc18da34e (diff)
downloadecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.tar.gz
ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.tar.zst
ecgen-5ed1f3f15acb12617dc7da25ec2642a0f70cbf12.zip
Diffstat (limited to 'test/ecgen.sh')
-rwxr-xr-xtest/ecgen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ecgen.sh b/test/ecgen.sh
index e9a1d85..0adf90d 100755
--- a/test/ecgen.sh
+++ b/test/ecgen.sh
@@ -185,6 +185,15 @@ function secg() {
test_order secp160k1 fp 160
}
+if [ ! -f $ASSERT ]; then
+ echo "$ASSERT not found. It is a git submodule from https://github.com/J08nY/assert.sh @679ed66 that should be at $(dirname $ASSERT)."
+ exit 1
+fi
+if [ ! -f $JSON ]; then
+ echo "$JSON not found. It is a git submodule from https://github.com/jimklimov/JSON.sh @679ed66 that should be at $(dirname $JSON)."
+ exit 1
+fi
+
. ${ASSERT} -v
start_suite
runs