llvm/tests/rust-sanity/test.sh

6 lines
51 B
Bash
Raw Normal View History

2021-07-15 07:55:00 +00:00
#!/bin/sh -eux
cargo new hello
cd hello
cargo run