summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 3efc1a320b515dd006e974db38e983051b8ef943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
test_progs = [
  'replace',
  'replace-widget',
  'server-info',
  'default-action',
  'multi-actions',
  'action-icons',
  'image',
  'basic',
  'error',
  'markup',
  'persistence',
  'removal',
  'resident',
  'rtl',
  'size-changes',
  'transient',
  'urgency',
  'xy',
  'xy-actions',
  'xy-stress',
]

foreach tprog: test_progs
  executable('test-' + tprog, ['test-' + tprog + '.c'],
    dependencies: [libnotify_dep, tests_deps],
  )
endforeach