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

foreach dir: dirs
  subdir(dir)
endforeach