diff options
author | chriseth <chris@ethereum.org> | 2017-08-23 20:21:15 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-24 04:11:03 +0800 |
commit | e8d1658b583878bce1858d6dd748e83ce1450967 (patch) | |
tree | b6c4cf7f1cf712832040fcccf79a6959f6bee43f /scripts | |
parent | e7832eccf4031c7157009c3912e4c076d8a683ff (diff) | |
download | dexon-solidity-e8d1658b583878bce1858d6dd748e83ce1450967.tar.gz dexon-solidity-e8d1658b583878bce1858d6dd748e83ce1450967.tar.zst dexon-solidity-e8d1658b583878bce1858d6dd748e83ce1450967.zip |
Add external tests.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test_emscripten.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test_emscripten.sh b/scripts/test_emscripten.sh index a2dbe61c..f6846f1c 100755 --- a/scripts/test_emscripten.sh +++ b/scripts/test_emscripten.sh @@ -51,3 +51,6 @@ npm version $VERSION echo "Running solc-js tests..." npm run test + +echo "Running external tests...." +"$REPO_ROOT"/test/externalTests.sh "$REPO_ROOT"/build/solc/soljson.js |