tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 549a450f52124405eb75b781fc1686e81461327b
parent d9826b0a30f42754dc5764ce02c7b0271d996c92
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  8 Feb 2018 17:51:57 -0500

Add a "make test-rust" target to run the rust tests only.

Diffstat:
Achanges/ticket25071 | 4++++
Msrc/test/include.am | 2++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/ticket25071 b/changes/ticket25071 @@ -0,0 +1,4 @@ + o Minor features (testing): + - Add a "make test-rust" target to run the rust tests only. + Closes ticket 25071. + diff --git a/src/test/include.am b/src/test/include.am @@ -358,3 +358,5 @@ EXTRA_DIST += \ src/test/test_workqueue_pipe2.sh \ src/test/test_workqueue_socketpair.sh +test-rust: + $(TESTS_ENVIRONMENT) $(abs_top_srcdir)/src/test/test_rust.sh