summaryrefslogtreecommitdiff
path: root/test/mkmf/test_framework.rb
blob: fc8585240fb1b20d86558bf3f047da5651bb4cc0 (plain)
1
2
3
4
5
6
7
8
9
require_relative 'base'

class TestMkmf
  class TestHaveFramework < TestMkmf
    def test_cocoa_framework
      assert(have_framework("Cocoa"), "try as Objective-C")
    end
  end
end if /darwin/ =~ RUBY_PLATFORM