aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
blob: 5e7b530ecbeb2bb933f22b5c5e5398f55c03d673 (plain) (blame)
1
2
3
4
5
6
7
8
9
dirs = [
  'alloc',
  'mem',
]

foreach dir: dirs
  subdir(dir)
endforeach