xref: /third_party/rust/crates/regex/regex-capi/test (revision c67d6573)
1#!/bin/sh
2
3set -e
4
5cargo build --verbose
6(cd ctest && ./compile && LD_LIBRARY_PATH=../../target/debug ./test)
7(cd examples && ./compile && LD_LIBRARY_PATH=../../target/debug ./iter)
8