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

Commit 39ff8a3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ defaults:
6868
echo 'export PATH=~/evm2wasm/bin:$PATH' >> $BASH_ENV
6969
source $BASH_ENV
7070
echo "running testeth command..."
71+
testeth -t VMTests -- --testpath ~/tests --singlenet "Byzantium" --vm ~/libhera.so --evmc evm2wasm.js=true
7172
testeth -t GeneralStateTests/stExample -- --testpath ~/tests --singlenet "Byzantium" --singletest "add11" --vm ~/libhera.so --evmc evm2wasm.js-trace=true
7273
testeth -t GeneralStateTests/stStackTests -- --testpath ~/tests --singlenet "Byzantium" --vm ~/libhera.so --evmc evm2wasm.js=true
7374
testeth -t GeneralStateTests/stBadOpcode -- --testpath ~/tests --singlenet "Byzantium" --vm ~/libhera.so --evmc evm2wasm.js=true

0 commit comments

Comments
 (0)