Commit aa3bc256 authored by Iuri Matias's avatar Iuri Matias

export tests lib sol code

parent 170fd31b
module.exports = `
pragma solidity ^0.4.7; pragma solidity ^0.4.7;
library Assert { library Assert {
...@@ -99,4 +100,4 @@ library Assert { ...@@ -99,4 +100,4 @@ library Assert {
//} //}
} }
`;
...@@ -188,5 +188,6 @@ var runTestFiles = function (filepath, isDirectory, web3) { ...@@ -188,5 +188,6 @@ var runTestFiles = function (filepath, isDirectory, web3) {
module.exports = { module.exports = {
runTestFiles: runTestFiles, runTestFiles: runTestFiles,
runTestSources: runTestSources, runTestSources: runTestSources,
runTest: TestRunner.runTest runTest: TestRunner.runTest,
assertLibCode: require('../sol/tests.sol.js')
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment