diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-08 17:51:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-08 17:51:57 -0500 |
commit | 549a450f52124405eb75b781fc1686e81461327b (patch) | |
tree | 5c3bab6b34cb35c79846f828214f703eae1496b5 /src/test/include.am | |
parent | d9826b0a30f42754dc5764ce02c7b0271d996c92 (diff) | |
download | tor-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.am | 2 |
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 |