aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-15 05:16:53 +0800
committerchriseth <chris@ethereum.org>2018-12-15 06:48:04 +0800
commit2f11a677dea5e6566bece55084a7fcb5570b71f1 (patch)
treed1dbbeffcf6baa990745197d097e5f1a1db676d4 /test
parent9939697e1f28e50271ce83c3991c5b1727292c4b (diff)
downloaddexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.tar
dexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.tar.gz
dexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.tar.bz2
dexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.tar.lz
dexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.tar.xz
dexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.tar.zst
dexon-solidity-2f11a677dea5e6566bece55084a7fcb5570b71f1.zip
Add gnosis safe as external test.
Diffstat (limited to 'test')
-rwxr-xr-xtest/externalTests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh
index 93581925..16f9e55a 100755
--- a/test/externalTests.sh
+++ b/test/externalTests.sh
@@ -79,6 +79,7 @@ function test_truffle
fi
# Change "compileStandard" to "compile"
sed -i s/solc.compileStandard/solc.compile/ "node_modules/truffle/build/cli.bundled.js"
+ npx truffle compile
npm run test
)
rm -rf "$DIR"
@@ -89,3 +90,5 @@ test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git solidity
# Disabled temporarily as it needs to be updated to latest Truffle first.
#test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050
+
+test_truffle GnosisSafe https://github.com/gnosis/safe-contracts.git development