Add a test that trying to use a compiler in a target for a language which hasn't been mentioned in project() or add_languages() gives an error.pull/6532/head
parent
cfe31d2e9d
commit
021fd9a1d0
2 changed files with 5 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
int main(void) { |
||||
return 0; |
||||
} |
@ -0,0 +1,2 @@ |
||||
project('target without lang') |
||||
executable('main', 'main.c') |
Loading…
Reference in new issue