diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-15 05:27:35 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-19 20:46:04 +0530 |
| commit | 65e9761cb1c8c5d7f75c65f8b35af4ce9bb124d5 (patch) | |
| tree | a4131a81ad8f3b60eba33b60b3ec4a21e8400f83 /test cases/vala/8 generated sources/src/test.vala | |
| parent | 23b060f0aa64d59ab6636964f9c308d6c0d2bebc (diff) | |
| download | meson-65e9761cb1c8c5d7f75c65f8b35af4ce9bb124d5.tar.gz | |
Support all kinds of generated vala and vapi sources
This is the first step in making Vala support have feature-parity with
C/C++ support. Vala and Vapi sources generated with Generators and
CustomTargets are no longer ignored. Dependencies are setup properly and
they are added to the commandline.
Diffstat (limited to 'test cases/vala/8 generated sources/src/test.vala')
| -rw-r--r-- | test cases/vala/8 generated sources/src/test.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/vala/8 generated sources/src/test.vala b/test cases/vala/8 generated sources/src/test.vala new file mode 100644 index 000000000..ca276761a --- /dev/null +++ b/test cases/vala/8 generated sources/src/test.vala @@ -0,0 +1,4 @@ +int main() { + print_wrapper (Config.x); + return return_code (); +} |
