mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
17 lines
408 B
Ruby
17 lines
408 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_test_unit < RUBY
|
|
description '|- test-unit (test::unit) is unit testing framework for ruby, based on xunit principles.'
|
|
homepage 'https://test-unit.github.io/'
|
|
version "3.7.7-#{CREW_RUBY_VER}"
|
|
license 'PSFL'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby' => :logical
|
|
depends_on 'ruby_power_assert' # R
|
|
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|