1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Compile only against needed dependencies.

This commit is contained in:
Joseph Crail 2015-11-26 17:51:31 -05:00
parent 927049548c
commit 7ef6bdbe81

View file

@ -164,7 +164,7 @@ endef
define TEST_INTEGRATION define TEST_INTEGRATION
test_integration_$(1): test_integration_$(1):
${CARGO} test --test $(1) ${CARGO} test --test $(1) --features $(1) --no-default-features
endef endef
define TEST_UNIT define TEST_UNIT