summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/common_charger/CMakeLists.txt
blob: 63da1783f1fe79a27b37111b18d75e338d144bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Add source files
target_sources(app
  PRIVATE
    src/test_charge_state_v2.c
    src/test_common_charger.c
    src/test_common_charger_mocked.c
)