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

Commit f02b2ac

Browse files
Everett Hildenbrandtaxic
authored andcommitted
circle.yml: enable VMTests for evm2wasm
1 parent 859471d commit f02b2ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

circle.yml

Lines changed: 12 additions & 0 deletions
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 --singlenet Byzantium
72+
echo "ran the vm tests."
73+
6374
state-tests: &state-tests
6475
run:
6576
name: "Run Ethereum state tests"
@@ -97,6 +108,7 @@ defaults:
97108
- *install-cpp-ethereum
98109
- *build-hera
99110
# - *store-hera
111+
- *vm-tests
100112
- *state-tests
101113

102114
version: 2

0 commit comments

Comments
 (0)