solidity/scripts/isoltest.sh

7 lines
137 B
Bash
Raw Normal View History

2018-03-14 18:15:48 +00:00
#!/usr/bin/env bash
set -e
REPO_ROOT="$(dirname "$0")"/..
2020-12-11 17:19:53 +00:00
exec "${REPO_ROOT}/build/test/tools/isoltest" --testpath "${REPO_ROOT}/test"