mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add interactive test tool isoltest.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
REPO_ROOT="$(dirname "$0")"/..
|
||||
exec ${REPO_ROOT}/build/test/tools/isoltest --testpath ${REPO_ROOT}/test
|
||||
Reference in New Issue
Block a user