summaryrefslogtreecommitdiff
path: root/tests/core/meson.build
blob: ecb8879fea9b6f9c7dde80d47c476a6b14126519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test_names = [
  'test-urls-chunk',
]

foreach _test : test_names
  test_bin = executable(_test,
    files('@0@.vala'.format(_test)),
    dependencies: libcontactscore_dep,
  )

  test(_test, test_bin,
    suite: 'core',
  )
endforeach