File tree 1 file changed +4
-3
lines changed
test/externalTests/solc-js
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,10 @@ function solcjs_test
48
48
49
49
printLog " Copying SMTChecker tests..."
50
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/
51
+ mkdir test/smtCheckerTests
52
+ cp -Rf " $TEST_DIR " /test/libsolidity/smtCheckerTests/external_calls test/smtCheckerTests/
53
+ cp -Rf " $TEST_DIR " /test/libsolidity/smtCheckerTests/loops test/smtCheckerTests/
54
+ cp -Rf " $TEST_DIR " /test/libsolidity/smtCheckerTests/invariants test/smtCheckerTests/
54
55
55
56
# Update version (needed for some tests)
56
57
echo " Updating package.json to version $VERSION "
You can’t perform that action at this time.
0 commit comments