|
|
|
@ -29,7 +29,7 @@ var runTestSources = function (contractSources, testCallback, resultCallback, fi |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
function compile (next) { |
|
|
|
|
Compiler.compileContractSources(contractSources, importFileCb, next) |
|
|
|
|
Compiler.compileContractSources(contractSources, importFileCb, { accounts }, next) |
|
|
|
|
}, |
|
|
|
|
function deployAllContracts (compilationResult, next) { |
|
|
|
|
Deployer.deployAll(compilationResult, web3, function (err, contracts) { |
|
|
|
|