mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'tests_rust'
This commit is contained in:
commit
9e566f3a72
4
changes/ticket25071
Normal file
4
changes/ticket25071
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor features (testing):
|
||||
- Add a "make test-rust" target to run the rust tests only.
|
||||
Closes ticket 25071.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user