Unverified Commit b2279ee2 authored by kladko's avatar kladko

SKALE-2077 Fixed Naming

parent 309bda89
......@@ -10,7 +10,8 @@ pid=$!
sleep 2
cd /usr/src/sdk;
if [ "$1" -eq "-t" ]; then
echo $1
if [ "$1" == "-t" ]; then
./testw [bls-key-encrypt]
./testw [bls-key-encrypt-decrypt]
./testw [dkg-gen]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment