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