Update README.md to point to test suite which is currently in development and not already tested by CI

This commit is contained in:
Dustin Brody 2018-09-07 12:47:45 -07:00 committed by zah
parent fd07d6fed1
commit fc346cb5b6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ nim c -o:build/decompile_smart_contract -r examples/decompile_smart_contract.nim
Run Ethereum [JSON-based VM tests](https://github.com/ethereum/tests/):
```
mkdir -p build
nim c -o:build/test_vm_json -r --experimental:forLoopMacros tests/test_vm_json.nim
nim c -o:build/test_generalstate_json -r --experimental:forLoopMacros tests/test_generalstate_json.nim
```
#### Troubleshooting