aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-13 18:12:01 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-13 18:12:01 -0500
commit9e566f3a72884cd8e1c5e4e4b48ad120bfe532fc (patch)
tree59f765fe70d15d88c008d7ab5db3c502c6291955
parent17c6de249371e637d0608866903a1ff4badd27f0 (diff)
parent549a450f52124405eb75b781fc1686e81461327b (diff)
downloadtor-9e566f3a72884cd8e1c5e4e4b48ad120bfe532fc.tar.gz
tor-9e566f3a72884cd8e1c5e4e4b48ad120bfe532fc.zip
Merge branch 'tests_rust'
-rw-r--r--changes/ticket250714
-rw-r--r--src/test/include.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket25071 b/changes/ticket25071
new file mode 100644
index 0000000000..5e2917e10b
--- /dev/null
+++ 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
index 9c0cb173c5..1a49367c6b 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -359,3 +359,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