| 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' |