Merge branch 'tests_rust'

This commit is contained in:
Nick Mathewson 2018-02-13 18:12:01 -05:00
commit 9e566f3a72
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

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