From 2f11a677dea5e6566bece55084a7fcb5570b71f1 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 14 Dec 2018 22:16:53 +0100 Subject: Add gnosis safe as external test. --- test/externalTests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/externalTests.sh') 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 -- cgit