Merge pull request #916 from nathanross/efficient-testing

Tests run using makefile skip separately building binaries
This commit is contained in:
mpkh
2016-07-17 10:49:35 +04:00
committed by GitHub
+1 -1
View File
@@ -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