Skip to content

Commit

Permalink
Merge pull request #423 from deeglaze/svsmtest
Browse files Browse the repository at this point in the history
Add a target for svsm-test.bin
  • Loading branch information
joergroedel authored Jul 31, 2024
2 parents 6b81bb9 + 5d2829d commit 6103334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ bin/svsm.bin: bin/stage1
bin/stage1-trampoline.bin: bin/stage1-trampoline
objcopy -O binary $< $@

bin/svsm-test.bin: bin/stage1-test
objcopy -O binary $< $@

clippy:
cargo clippy --workspace --all-features --exclude svsm-fuzz --exclude igvmbuilder --exclude igvmmeasure -- -D warnings
cargo clippy --workspace --all-features --exclude svsm-fuzz --exclude svsm --target=x86_64-unknown-linux-gnu -- -D warnings
Expand Down

0 comments on commit 6103334

Please sign in to comment.