Isolate test cases from all tests and store under hash.

This commit is contained in:
chriseth
2017-03-23 09:56:17 +01:00
parent b28aefe28c
commit b18aea315d
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ TMPDIR=$(mktemp -d)
cd "$REPO_ROOT"
REPO_ROOT=$(pwd) # make it absolute
cd "$TMPDIR"
"$REPO_ROOT"/scripts/isolate_tests.py "$REPO_ROOT"/test/contracts/* "$REPO_ROOT"/test/libsolidity/*EndToEnd*
"$REPO_ROOT"/scripts/isolate_tests.py "$REPO_ROOT"/test/
for f in *.sol
do
"$REPO_ROOT"/build/test/solfuzzer < "$f"