Idris2/tests/refc/buffer/run
Steve Dunham a0d9e2bbba
Update tests using base64 utility to also work on macos (#2536)
* Update tests using base64 utility to also work on macos

* Fix invocation of base64 in refc/buffer test.
2022-07-13 06:46:31 -07:00

8 lines
177 B
Plaintext

rm -rf build
$1 --no-banner --no-color --console-width 0 --cg refc -o refc_buffer TestBuffer.idr > /dev/null
./build/exec/refc_buffer
base64 -i testWrite.buf
rm testWrite.buf