also apply cargo build flags to tests

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-01-31 16:08:43 +01:00
parent 13b77d1060
commit 069f2d16bf

View File

@ -45,7 +45,7 @@ $(SUBDIRS):
$(MAKE) -C $@
test:
cargo test
cargo test $(CARGO_BUILD_ARGS)
# always re-create this dir
.PHONY: build