Idris2/tests/node/doubles/run
Zoe Stafford 8c7fc581c6 Fix prim__div_Double on Node/js backend
problem was found by @kuruczgy on the idris discord

Also add tests
2022-03-26 19:00:46 +00:00

6 lines
144 B
Plaintext

rm -rf build
$1 --no-banner --no-color --console-width 0 --cg node -o node_doubles.js Doubles.idr > /dev/null
node build/exec/node_doubles.js