mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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…
Add table
Add a link
Reference in a new issue