aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing/52 slashname/meson.build
blob: bba5301bf60f8f6fbcdec6098bd7b5b91642128b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project('slashname', 'c')

# Traverse this subdir so the corresponding dir
# is created inside the build dir.
subdir('sub')

# Try to create an executable that would go in the "sub" dir
# inside the build dir. This is prohibited.
executable('sub/prog', pf)

error('Re-enable me once slash in name is finally prohibited.')