mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +00:00
agent: Ensure GENERATED_CODE is a dep of make test
Otherwise `make test` will fail with:
```
error[E0583]: file not found for module `version`
```
Fixes: #7974 -- part 0
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit ec826f328f
)
This commit is contained in:
parent
d269f09a66
commit
93440dc141
@ -140,7 +140,7 @@ vendor:
|
||||
|
||||
|
||||
#TARGET test: run cargo tests
|
||||
test:
|
||||
test: $(GENERATED_FILES)
|
||||
@cargo test --all --target $(TRIPLE) $(EXTRA_RUSTFEATURES) -- --nocapture
|
||||
|
||||
##TARGET check: run test
|
||||
|
Loading…
Reference in New Issue
Block a user