mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Conditionally compile test modules
This commit is contained in:
parent
e87407f598
commit
1695441880
3 changed files with 80 additions and 56 deletions
2
Makefile
2
Makefile
|
@ -202,7 +202,7 @@ endef
|
|||
|
||||
define TEST_INTEGRATION
|
||||
test_integration_$(1): build_exe_$(1)
|
||||
${CARGO} test ${CARGOFLAGS} --test $(1) --features "$(1) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
|
||||
${CARGO} test ${CARGOFLAGS} --features "$(1) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
|
||||
endef
|
||||
|
||||
define TEST_BUSYBOX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue