Add test of FreeBSD-11.

This commit is contained in:
Yuichiro NAITO 2017-01-27 10:49:56 +09:00
parent 3d59394174
commit ea90779a98

View file

@ -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"