blob: 7abdce4bbd4a8864915b22e265bb4ff1ded186b3 [file] [log] [blame]
# Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
# =================== GENERATING TEST BINDINGS ==================
# dart run ffigen --config test/native_test/config.yaml
# ===============================================================
name: NativeLibrary
description: 'Native tests.'
output: 'test/native_test/native_test_bindings.dart'
headers:
entry-points:
- 'test/native_test/native_test.c'
include-directives:
- '**native_test.c'
array-workaround: true
# Needed for stdbool.h in MacOS
compiler-opts: '-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Headers/ -Wno-nullability-completeness'