mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
a0d9e2bbba
* Update tests using base64 utility to also work on macos * Fix invocation of base64 in refc/buffer test.
8 lines
177 B
Plaintext
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
|