Demonstrates that the Vala detection is broken when all the files are generated.pull/938/head
parent
e908910187
commit
d59f5f8620
4 changed files with 12 additions and 0 deletions
@ -1 +1,2 @@ |
|||||||
usr/bin/generatedtest |
usr/bin/generatedtest |
||||||
|
usr/bin/onlygentest |
||||||
|
@ -0,0 +1,3 @@ |
|||||||
|
int main() { |
||||||
|
return 0; |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
onlygen = generator(copy, |
||||||
|
output : '@BASENAME@.vala', |
||||||
|
arguments : ['@INPUT@', '@OUTPUT@']) |
||||||
|
|
||||||
|
executable('onlygentest', onlygen.process('maingen.in'), |
||||||
|
install : true, |
||||||
|
dependencies: [dependency('glib-2.0'), dependency('gobject-2.0')]) |
Loading…
Reference in new issue