mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Update script comments
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_asmgen_small -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_asmgen -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_deadcode -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_gvn -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_irgen_small -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_irgen -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_mem2reg -- --nocapture
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
set -e
|
||||
|
||||
# Run lints.
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
|
||||
cargo clippy
|
||||
cargo fmt --all -- --check # run `cargo fmt` to auto-correct the code.
|
||||
cargo clippy # run `cargo clippy --fix` to auto-correct the code.
|
||||
|
||||
# Run tests.
|
||||
RUST_MIN_STACK=33554432 cargo test --release test_examples_simplify_cfg -- --nocapture
|
||||
|
||||
Reference in New Issue
Block a user