Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit 8b58fa2

Browse files
author
Everett Hildenbrandt
committed
circle.yml: enable VMTests for evm2wasm
1 parent 4bd4810 commit 8b58fa2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: circle.yml

+12
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ defaults:
6060
command: |
6161
git clone https://github.com/ethereum/tests ~/tests
6262
63+
vm-tests: &vm-tests
64+
run:
65+
name: "Run Ethereum vm tests"
66+
working_directory: ~/build
67+
command: |
68+
echo 'export PATH=~/evm2wasm/bin:$PATH' >> $BASH_ENV
69+
source $BASH_ENV
70+
echo "running testeth command..."
71+
testeth -t VMTests -- --testpath ~/tests --vm ~/libhera.so --evmc evm2wasm.js=true
72+
echo "ran the vm tests."
73+
6374
state-tests: &state-tests
6475
run:
6576
name: "Run Ethereum state tests"
@@ -94,6 +105,7 @@ defaults:
94105
- *install-cpp-ethereum
95106
- *build-hera
96107
# - *store-hera
108+
- *vm-tests
97109
- *state-tests
98110

99111
version: 2

0 commit comments

Comments
 (0)