about summary refs log tree commit diff
path: root/src/contrib/tests/meson.build
blob: b9b22ca885c68756ce03a755115697a30be1b357 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: LGPL-2.1-or-later

# just test, that we can build "nm-vpn-plugin-utils.c"
static_library(
  'nm-vpn-plugin-utils-test',
  sources: nm_vpn_plugin_utils_source,
  dependencies: [
    libnm_dep,
    glib_dep,
  ],
)