name: CategoryTestObjCLibrary | |
description: 'Tests handling Objective-C categories' | |
language: objc | |
output: 'category_bindings.dart' | |
exclude-all-by-default: true | |
objc-interfaces: | |
include: | |
- Thing | |
headers: | |
entry-points: | |
- 'category_test.m' | |
# Include it twice, as a regression test for #353 | |
- 'category_test.m' | |
preamble: | | |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field |