summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-06-10 12:34:57 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-06-11 14:54:55 +0200
commite3814db7afa99c3d93654b43d17ffc91dac79ce3 (patch)
treebcbe013fefb59aaa70807b2b9ae2421d31ebea62
parent5142e32f44394776f264910a3f59839972fe00e3 (diff)
make: Pass CARGO_TEST_ARGS to benches test.
-rw-r--r--.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile b/.Makefile
index ecb3b2f8..f3a6a654 100644
--- a/.Makefile
+++ b/.Makefile
@@ -73,7 +73,7 @@ test check:
then \
echo 'Already tested the benchmarks.'; \
else \
- CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) $(CARGO) test $(CARGO_FLAGS) $(CARGO_PACKAGES) --benches; \
+ CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) $(CARGO) test $(CARGO_FLAGS) $(CARGO_PACKAGES) $(CARGO_TEST_ARGS) --benches; \
fi
if echo "$(CARGO_PACKAGES)" | grep -q -E -e '(^| )[-]p +.'; \
then \