From 069f2d16bf14fda4d0cdb0c6e35d20c0c31559c7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 31 Jan 2019 16:08:43 +0100 Subject: [PATCH] also apply cargo build flags to tests Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 439e4abb..35f13451 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ $(SUBDIRS): $(MAKE) -C $@ test: - cargo test + cargo test $(CARGO_BUILD_ARGS) # always re-create this dir .PHONY: build