summaryrefslogtreecommitdiffstats
path: root/test cases/failing/51 slashname/meson.build
blob: 29fe1fceb7f43e863dfa02f7b1280f30ee145cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.')