From cf2c440372af276cb29280d8dc2174e22258c2e8 Mon Sep 17 00:00:00 2001 From: Nathan Ross Date: Sun, 17 Jul 2016 02:23:15 -0400 Subject: [PATCH] tests run using makefile can skip separately building binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 556b56e0a..ef15f05ad 100644 --- a/Makefile +++ b/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