Unverified Commit 8e729352 authored by kladko's avatar kladko

SKALE-2341 Added tags for older commits

parent e1bbcc0f
#!/bin/bash
set -e
set -v
source /opt/intel/sgxsdk/environment
cd /usr/src/sdk;
if [ -f "/var/hwmode" ]
then
echo "Running in SGX hardware mode"
jhid -d
/opt/intel/sgxpsw/aesm/aesm_service &
pid=$!
sleep 2
else
echo "Running in SGX simulation mode"
fi
echo $1
if [ "$1" = -t ]; then
set -e
echo "Test run requested"
./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