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