trisquel-icecat/icecat/third_party/rust/rure/test

7 lines
182 B
Bash
Executable file

#!/bin/sh
set -e
cargo build --verbose
(cd ctest && ./compile && LD_LIBRARY_PATH=../../target/debug ./test)
(cd examples && ./compile && LD_LIBRARY_PATH=../../target/debug ./iter)