summaryrefslogtreecommitdiffstats
path: root/test cases/failing/23 rel testdir/meson.build
blob: c10558b34911959e18d2d3ec1e9d513728876df1 (plain)
1
2
3
4
project('nonabs workdir', 'c')

exe = executable('simple', 'simple.c')
test('simple', exe, workdir : '.')