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 /changes/ticket25071 | |
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 'changes/ticket25071')
-rw-r--r-- | changes/ticket25071 | 4 |
1 files changed, 4 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. + |