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

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