mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
tests run using makefile can skip separately building binaries
This commit is contained in:
parent
56b840c48e
commit
cf2c440372
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -206,7 +206,7 @@ build_exe_$(1):
|
|||
endef
|
||||
|
||||
define TEST_INTEGRATION
|
||||
test_integration_$(1): build_exe_$(1)
|
||||
test_integration_$(1):
|
||||
${CARGO} test ${CARGOFLAGS} --features "$(1) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue