diff --git a/ports/c/tester.js b/ports/c/tester.js index af3d704..b299c6d 100644 --- a/ports/c/tester.js +++ b/ports/c/tester.js @@ -57,7 +57,7 @@ async function c_tester(circomFile, _options) { const cdir = path.join(path.dirname(require.resolve("circom_runtime")), "c"); - await exec("g++" + ` ${pThread}` + await exec("g++" + ` ${pThread}` + ` ${path.join(cdir, "main.cpp")}` + ` ${path.join(cdir, "calcwit.cpp")}` + ` ${path.join(cdir, "utils.cpp")}` +