Skip to content

Commit

Permalink
Add test_yamatanooroti task
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Mar 28, 2020
1 parent 9fff7b5 commit 0653286
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,13 @@ end

task "ci-test": ENCODING_LIST.keys.map { |task_name| "ci-#{task_name}" }


Rake::TestTask.new(:test_yamatanooroti) do |t|
t.libs << 'test'
t.libs << 'lib'
#t.loader = :direct
t.pattern = 'test/reline/yamatanooroti/test_*.rb'
end


task default: :test

0 comments on commit 0653286

Please sign in to comment.