Add a "make test-rust" target to run the rust tests only.

This commit is contained in:
Nick Mathewson 2018-02-08 17:51:57 -05:00
parent d9826b0a30
commit 549a450f52
2 changed files with 6 additions and 0 deletions

4
changes/ticket25071 Normal file
View File

@ -0,0 +1,4 @@
o Minor features (testing):
- Add a "make test-rust" target to run the rust tests only.
Closes ticket 25071.

View File

@ -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