mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 17:14:42 +00:00
Merge pull request #916 from nathanross/efficient-testing
Tests run using makefile skip separately building binaries
This commit is contained in:
commit
6d21c9994d
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…
Reference in a new issue