git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit a6b4784e253b47d8bda04aa23a945eda8aa213c3

Update tests to use tools/sexpr-wasm-prototype

Alex Beregszaszi committed on 8/3/2016, 11:34:47 PM
Parent: 2caecab9c7668e6b59a361d55a61d73ff0a6c4c7

Files changed

tests/interfaceRunner.jschanged
tests/interfaceRunner.jsView
@@ -14,9 +14,9 @@
1414 for (let testName of tests) {
1515 testName = testName.split('.')[0]
1616 tape(testName, (t) => {
1717 // Compile Command
18- cp.execSync(`${__dirname}/../../evm-wasm-transcompiler/deps/sexpr-wasm-prototype/out/sexpr-wasm ${dir}/${testName}.wast -o ${dir}/${testName}.wasm`)
18+ cp.execSync(`${__dirname}/../tools/sexpr-wasm-prototype/out/sexpr-wasm ${dir}/${testName}.wast -o ${dir}/${testName}.wasm`)
1919 const buffer = fs.readFileSync(`${dir}/${testName}.wasm`)
2020 const envData = fs.readFileSync(`${dir}/${testName}.json`)
2121 const ethereum = new Kernel(new Environment(envData))
2222

Built with git-ssb-web