summaryrefslogtreecommitdiff
path: root/src/common/test/meson.build
blob: 119dfd06d181ef3d74e5d17fd513ca69a2e390ba (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2
# Copyright (C) 2021 Iñigo Martinez <inigomartinez@gmail.com>

test_name = 'test-common'

executable(
  test_name,
  sources: test_name + '.c',
  include_directories: top_inc,
  dependencies: libmbim_common_dep,
)