mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-05 11:41:38 +00:00
8 lines
182 B
Bash
Executable File
8 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)
|