~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/96 test workdir/meson.build

  • Committer: mmach
  • Date: 2020-04-09 10:35:04 UTC
  • Revision ID: netbit73@gmail.com-20200409103504-wkxbh6yl5fzlueas
0.53.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project('test workdir', 'c')
 
2
 
 
3
exe = executable('opener', 'opener.c')
 
4
 
 
5
test('basic', exe, workdir : meson.source_root())
 
6
test('shouldfail', exe, should_fail : true)
 
7
 
 
8
subdir('subdir')