commit 9e566f3a72884cd8e1c5e4e4b48ad120bfe532fc parent 17c6de249371e637d0608866903a1ff4badd27f0 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 13 Feb 2018 18:12:01 -0500 Merge branch 'tests_rust' Diffstat:
| A | changes/ticket25071 | | | 4 | ++++ |
| M | src/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 @@ -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