summaryrefslogtreecommitdiff
path: root/src/devices/wwan/tests/meson.build
blob: 64dd76742aeb262d1c97421fe7c202037ac6ca90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
exe = executable(
  'test-service-providers',
  sources: files('test-service-providers.c',
                 '../nm-service-providers.c'),
  dependencies: test_nm_dep,
  include_directories: wwan_inc,
)
test(
  'wwan/test-service-providers',
  test_script,
  timeout: default_test_timeout,
  args: test_args + [exe.full_path()],
)