aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-03-20 20:46:19 +0000
committerNick Mathewson <nickm@torproject.org>2018-03-23 11:13:04 -0400
commit657d5cbbbc09948416bcc4f717cbfb64761a908d (patch)
treec06458957b6035c95a219801bb70a11a1a430cc1 /src/test/include.am
parent2b3138741002e298ee9b6a0fb8150432bfdcb0fc (diff)
downloadtor-657d5cbbbc09948416bcc4f717cbfb64761a908d.tar.gz
tor-657d5cbbbc09948416bcc4f717cbfb64761a908d.zip
tests: Automatically detect Rust crates to test and also pass --verbose.
* FIXES #25560: https://bugs.torproject.org/25560.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 1a49367c6b..b768f74475 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -360,4 +360,4 @@ EXTRA_DIST += \
src/test/test_workqueue_socketpair.sh
test-rust:
- $(TESTS_ENVIRONMENT) $(abs_top_srcdir)/src/test/test_rust.sh
+ $(TESTS_ENVIRONMENT) "$(abs_top_srcdir)/src/test/test_rust.sh"