File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -504,6 +504,8 @@ def help
504
504
jt test report :language build a report on language specs
505
505
:core (results go into test/target/mspec-html-report)
506
506
:library
507
+ jt test unit run Java unittests
508
+ jt test tck run tck tests
507
509
jt gem-test-pack check that the gem test pack is downloaded, or download it for you, and print the path
508
510
jt rubocop [rubocop options] run rubocop rules (using ruby available in the environment)
509
511
jt tag spec/ruby/language tag failing specs in this directory
@@ -805,6 +807,8 @@ def test(*args)
805
807
when 'basictest' then test_basictest ( *rest )
806
808
when 'bootstraptest' then test_bootstraptest ( *rest )
807
809
when 'mri' then test_mri ( *rest )
810
+ when 'unit' , 'unittest' then mx 'unittest' , 'org.truffleruby'
811
+ when 'tck' then mx 'tck'
808
812
else
809
813
if File . expand_path ( path , TRUFFLERUBY_DIR ) . start_with? ( "#{ TRUFFLERUBY_DIR } /test" )
810
814
test_mri ( *args )
You can’t perform that action at this time.
0 commit comments