summaryrefslogtreecommitdiff
path: root/test/mkmf/test_framework.rb
blob: 12f60dee9c6b228e336c23bfbceaba7fe690495e (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"), mkmflog("try as Objective-C"))
    end
  end
end if /darwin/ =~ RUBY_PLATFORM