Skip to content

Commit 4dbab1a

Browse files
committed
add missing tests to jt
1 parent 1584558 commit 4dbab1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tool/jt.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ def help
504504
jt test report :language build a report on language specs
505505
:core (results go into test/target/mspec-html-report)
506506
:library
507+
jt test unit run Java unittests
508+
jt test tck run tck tests
507509
jt gem-test-pack check that the gem test pack is downloaded, or download it for you, and print the path
508510
jt rubocop [rubocop options] run rubocop rules (using ruby available in the environment)
509511
jt tag spec/ruby/language tag failing specs in this directory
@@ -805,6 +807,8 @@ def test(*args)
805807
when 'basictest' then test_basictest(*rest)
806808
when 'bootstraptest' then test_bootstraptest(*rest)
807809
when 'mri' then test_mri(*rest)
810+
when 'unit', 'unittest' then mx 'unittest', 'org.truffleruby'
811+
when 'tck' then mx 'tck'
808812
else
809813
if File.expand_path(path, TRUFFLERUBY_DIR).start_with?("#{TRUFFLERUBY_DIR}/test")
810814
test_mri(*args)

0 commit comments

Comments
 (0)