mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Compile only against needed dependencies.
This commit is contained in:
parent
927049548c
commit
7ef6bdbe81
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -164,7 +164,7 @@ endef
|
|||
|
||||
define TEST_INTEGRATION
|
||||
test_integration_$(1):
|
||||
${CARGO} test --test $(1)
|
||||
${CARGO} test --test $(1) --features $(1) --no-default-features
|
||||
endef
|
||||
|
||||
define TEST_UNIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue