• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2024 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3build = 'build_name'
4
5[[project_config]]
6name = 'test_name'
7
8[project_config.host_machine]
9cpu_family = 'cpu_family_test'
10cpu = 'cpu_test'
11host_machine = 'host_machine_test'
12build_machine = 'build_machine_test'
13
14[project_config.meson_options]
15
16[project_config.header_not_supported]
17headers = []
18
19[project_config.symbol_not_supported]
20symbols = []
21
22[project_config.function_not_supported]
23functions = []
24
25[project_config.link_not_supported]
26links = []
27
28[project_config.ext_dependencies]
29
30# Define new project configs
31# [[project_config]]
32