Skip to content

Commit f294214

Browse files
authored
Merge pull request #109 from Rust-for-Linux/dev/justfile
add justfile
2 parents 87aa8c2 + ee3e1e7 commit f294214

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

justfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
check:
2+
cargo check --all-targets
3+
4+
ui-tests:
5+
RUSTFLAGS="--cfg UI_TESTS" cargo test
6+
7+
bless-ui-tests:
8+
TRYBUILD=overwrite MACROTEST=overwrite RUSTFLAGS="--cfg UI_TESTS" cargo test

to-kernel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ git am \
6969
--exclude="rust/pin-init/flake.lock" \
7070
--exclude="rust/pin-init/Cargo.toml" \
7171
--exclude="rust/pin-init/Cargo.lock" \
72+
--exclude="rust/pin-init/justfile" \
7273
--exclude="rust/pin-init/build.rs" \
7374
--exclude="rust/pin-init/.clippy.toml" \
7475
--exclude="rust/pin-init/.github/*" \

0 commit comments

Comments
 (0)