We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183b5fe commit ad00721Copy full SHA for ad00721
test/externalTests/solc-js/solc-js.sh
@@ -48,9 +48,9 @@ function solcjs_test
48
49
printLog "Copying SMTChecker tests..."
50
# We do not copy all tests because that takes too long.
51
- cp -Rf "$TEST_DIR"/test/libsolidity/smtCheckerTests/externalCalls test/
52
- cp -Rf "$TEST_DIR"/test/libsolidity/smtCheckerTests/loops test/
53
- cp -Rf "$TEST_DIR"/test/libsolidity/smtCheckerTests/invariants test/
+ cp -Rf "$TEST_DIR"/test/libsolidity/smtCheckerTests/external_calls test/smtCheckerTests/
+ cp -Rf "$TEST_DIR"/test/libsolidity/smtCheckerTests/loops test/smtCheckerTests/
+ cp -Rf "$TEST_DIR"/test/libsolidity/smtCheckerTests/invariants test/smtCheckerTests/
54
55
# Update version (needed for some tests)
56
echo "Updating package.json to version $VERSION"
0 commit comments