[librsvg] gitlab#214 - Pass cargo flags to "cargo test"
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] gitlab#214 - Pass cargo flags to "cargo test"
- Date: Tue, 6 Mar 2018 00:50:12 +0000 (UTC)
commit 8228c59a0791e518af4bbc2e5e5555043929cb01
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Mar 5 18:34:30 2018 -0600
gitlab#214 - Pass cargo flags to "cargo test"
So that e.g. --release gets passed in release mode.
https://gitlab.gnome.org/GNOME/librsvg/issues/214
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index a5a16220..eb47a972 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,7 +128,7 @@ CARGO_TARGET_DIR=@abs_top_builddir@/target
check-local:
cd $(srcdir) && \
- CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) cargo test
+ CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) cargo test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS)
$(CARGO_RELEASE_ARGS)
clean-local:
cd $(top_srcdir) && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]