Skip to content

Commit

Permalink
runtime-rs: Ensure static-checks-build is a dep of make test
Browse files Browse the repository at this point in the history
Otherwise `make test` will simply fail with:
```
error[E0583]: file not found for module `config`
```

Fixes: #7974 -- part 0

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 08f2e5a)
  • Loading branch information
fidencio committed Sep 21, 2023
1 parent d5d21f4 commit 9e614ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime-rs/Makefile
Expand Up @@ -49,7 +49,7 @@ else
##TARGET default: build code
default: runtime show-header
##TARGET test: run cargo tests
test:
test: static-checks-build
@cargo test --all --target $(TRIPLE) $(EXTRA_RUSTFEATURES) -- --nocapture
install: install-runtime install-configs
endif
Expand Down

0 comments on commit 9e614ce

Please sign in to comment.