1# Copyright (c) 2024 TOKITA hiroshi 2# SPDX-License-Identifier: Apache-2.0 3 4tests: 5 drivers.fuel_gauge.build: 6 tags: 7 - drivers 8 - fuel_gauge 9 build_only: true 10 platform_allow: 11 - native_sim 12 13 drivers.fuel_gauge.emul.build: 14 tags: 15 - drivers 16 - fuel_gauge 17 build_only: true 18 platform_allow: 19 - native_sim 20 extra_configs: 21 - CONFIG_EMUL=y 22