Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Nov 23, 2016
1 parent 14702de commit f76ce6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
path = evmjit
url = https://github.com/ethereum/evmjit
branch = develop
[submodule "libjson-rpc-cpp"]
path = libjson-rpc-cpp
url = https://github.com/cinemast/libjson-rpc-cpp
branch = master
5 changes: 4 additions & 1 deletion scripts/tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ if "%TESTS%"=="On" (
REM Clone the end-to-end test repo, and point environment variable at it.
cd ..
git clone --depth 1 https://github.com/ethereum/tests.git
git checkout eip158
cd tests
git fetch origin
git checkout 652f0ebb6afa7d353d77fbc84f4d19e417927f38
cd ..
set ETHEREUM_TEST_PATH=%APPVEYOR_BUILD_FOLDER%\..\tests

REM Copy the DLLs into the test directory which need to be able to run.
Expand Down
2 changes: 2 additions & 0 deletions scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ if [[ "$TESTS" == "On" ]]; then
# Clone the end-to-end test repo, and point environment variable at it.
cd ../..
git clone https://github.com/ethereum/tests.git
cd tests
git checkout eip158
cd ..
export ETHEREUM_TEST_PATH=$(pwd)/tests/

# Run the tests for the Interpreter
Expand Down

0 comments on commit f76ce6c

Please sign in to comment.