aboutsummaryrefslogtreecommitdiff
blob: f4356799a95a75dde7148a02e818d8262d500b8f (plain)
1
2
3
4
5
6
7
8
test('source tests', files('dotest'),
  workdir : meson.current_source_dir(),
  env : {
    'builddir' : meson.project_build_root(),
    'srcdir' : meson.project_source_root(),
    'current_srcdir' : meson.current_source_dir(),
  }
)