]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a "make test-rust" target to run the rust tests only.
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Feb 2018 22:51:57 +0000 (17:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 Feb 2018 22:51:57 +0000 (17:51 -0500)
changes/ticket25071 [new file with mode: 0644]
src/test/include.am

diff --git a/changes/ticket25071 b/changes/ticket25071
new file mode 100644 (file)
index 0000000..5e2917e
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor features (testing):
+    - Add a "make test-rust" target to run the rust tests only.
+      Closes ticket 25071.
+
index 9783f93d57b212bbc615072873e4143ab001e00b..fd70cc345d5dd525ddd1e80e4e4beafa61d2bbcd 100644 (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