Migrates solc-js test to ext. test infrastructure.

solc-js commit: 9d9de6338729cf5fbd62f479d54b7097e8a7e395
This commit is contained in:
Erik Kundt
2019-09-25 16:03:08 +02:00
parent 9c23f35bec
commit 8adde5abbe
13 changed files with 1439 additions and 48 deletions
+1 -3
View File
@@ -39,6 +39,4 @@ SOLJSON="$REPO_ROOT/$BUILD_DIR/libsolc/soljson.js"
VERSION=$("$REPO_ROOT"/scripts/get_version.sh)
echo "Running solcjs tests...."
"$REPO_ROOT/test/solcjsTests.sh" "$SOLJSON" "$VERSION"
echo "Running external tests...."
"$REPO_ROOT/test/externalTests.sh" "$SOLJSON"
"$REPO_ROOT/test/externalTests/solc-js/solc-js.sh" "$SOLJSON" "$VERSION"