Skip to content

Commit f2619a3

Browse files
author
Leo Alt
committed
solc-js
1 parent 86a6392 commit f2619a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/externalTests/solc-js/solc-js.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ function solcjs_test
4848

4949
printLog "Copying SMTChecker tests..."
5050
# 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/
5455

5556
# Update version (needed for some tests)
5657
echo "Updating package.json to version $VERSION"

0 commit comments

Comments
 (0)