blob: 9a0bbcfb85576c3803d929b9e42225698f96a5b0 [file] [log] [blame]
name: RefCountTestObjCLibrary
description: 'Tests reference counting of Objective-C objects'
language: objc
output: 'ref_count_bindings.dart'
exclude-all-by-default: true
functions:
include:
- objc_autoreleasePoolPop
- objc_autoreleasePoolPush
objc-interfaces:
include:
- RefCountTestObject
- RefCounted
headers:
entry-points:
- 'ref_count_test.m'