Skip to content

Commit

Permalink
Adapt test-3934-smt
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Oct 15, 2024
1 parent 0395f59 commit 9ab1dda
Show file tree
Hide file tree
Showing 6 changed files with 13,059 additions and 7 deletions.
4 changes: 1 addition & 3 deletions booster/test/rpc-integration/resources/3934-smt.kompile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ set -eux

SCRIPT_DIR=$(dirname $0)
PLUGIN_DIR=${PLUGIN_DIR:-""}
SECP=${SECP256K1_DIR:-/usr}


if [ -z "$PLUGIN_DIR" ]; then
Expand All @@ -19,7 +18,6 @@ else
PLUGIN_CPP="${PLUGIN_DIR}/include/plugin-c/crypto.cpp ${PLUGIN_DIR}/include/plugin-c/plugin_util.cpp"
fi

SECP_OPTS="-I${SECP}/include -L${SECP}/lib"

NAME=$(basename ${0%.tar.gz.kompile})
NAMETGZ=$(basename ${0%.kompile})
Expand All @@ -42,7 +40,7 @@ esac
llvm-kompile 3934-smt.llvm.kore ./dt c -- \
-fPIC -std=c++17 -o interpreter \
$PLUGIN_LIBS $PLUGIN_INCLUDE $PLUGIN_CPP \
-lcrypto -lssl $LPROCPS ${SECP_OPTS}
-lcrypto -lssl $LPROCPS -lsecp256k1

mv interpreter.* 3934-smt.dylib

Expand Down
2,316 changes: 2,316 additions & 0 deletions booster/test/rpc-integration/test-3934-smt/response-003.booster-dev

Large diffs are not rendered by default.

2,236 changes: 2,236 additions & 0 deletions booster/test/rpc-integration/test-3934-smt/response-005.booster-dev

Large diffs are not rendered by default.

2,205 changes: 2,205 additions & 0 deletions booster/test/rpc-integration/test-3934-smt/response-007.booster-dev

Large diffs are not rendered by default.

Loading

0 comments on commit 9ab1dda

Please sign in to comment.