summaryrefslogtreecommitdiff
path: root/libopeniscsiusr/tests/meson.build
blob: d958c5cc34493c304659d8705572d2d9eb483bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tests for libopeniscsiusr

# create an assocaitive array, where the
# thing being tested is the "key", and the
# source file for it is the "value

test_subjects = [
  'context',
  'iface',
  'node',
  'session']

test_arr = {}
foreach s: test_subjects
  test_arr += {s: files('test_' + s + '.c')}
endforeach