summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-08 17:51:57 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-08 17:51:57 -0500
commit549a450f52124405eb75b781fc1686e81461327b (patch)
tree5c3bab6b34cb35c79846f828214f703eae1496b5 /src/test/include.am
parentd9826b0a30f42754dc5764ce02c7b0271d996c92 (diff)
downloadtor-549a450f52124405eb75b781fc1686e81461327b.tar.gz
tor-549a450f52124405eb75b781fc1686e81461327b.zip
Add a "make test-rust" target to run the rust tests only.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 9783f93d57..fd70cc345d 100644
--- 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