We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02365e1 commit 778ff30Copy full SHA for 778ff30
1 file changed
test/ruby/test_zjit.rb
@@ -2,6 +2,11 @@
2
#
3
# This set of tests can be run with:
4
# make test-all TESTS=test/ruby/test_zjit.rb
5
+#
6
+# Instead of adding new tests here, you should probably
7
+# be adding tests that run under the Rust test harness,
8
+# say, in `codegen_tests.rs`. It parallelizes better and
9
+# allows for easy inspection of VM internal states.
10
11
require 'test/unit'
12
require 'envutil'
0 commit comments