1
Fork 0
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:
Nathan Ross 2016-07-17 02:23:15 -04:00
parent 56b840c48e
commit cf2c440372

View file

@ -206,7 +206,7 @@ build_exe_$(1):
endef endef
define TEST_INTEGRATION 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) ${CARGO} test ${CARGOFLAGS} --features "$(1) $(TEST_SPEC_FEATURE)" --no-default-features $(TEST_NO_FAIL_FAST)
endef endef