summaryrefslogtreecommitdiff
path: root/zephyr/test/test_utils/CMakeLists.txt
blob: 53baafc624fa3f9f5e62ba5d05e5061ab607b413 (plain)
1
2
3
4
5
6
7
8
9
# 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.

zephyr_interface_library_named(test_utils)

zephyr_library_sources(fff.c)

zephyr_library_link_libraries(test_utils)