mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Add test of FreeBSD-11.
This commit is contained in:
parent
3d59394174
commit
ea90779a98
1 changed files with 12 additions and 0 deletions
|
@ -358,6 +358,18 @@ OUT
|
|||
unstub uname
|
||||
}
|
||||
|
||||
@test "make on FreeBSD 11" {
|
||||
cached_tarball "ruby-2.0.0"
|
||||
|
||||
stub uname "-s : echo FreeBSD" "-r : echo 11.0-RELEASE" false
|
||||
stub_make_install
|
||||
|
||||
MAKE= install_fixture definitions/vanilla-ruby
|
||||
assert_success
|
||||
|
||||
unstub uname
|
||||
}
|
||||
|
||||
@test "can use RUBY_CONFIGURE to apply a patch" {
|
||||
cached_tarball "ruby-2.0.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue