summaryrefslogtreecommitdiff
path: root/test cases/vala/8 generated sources/src/test.vala
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-10-15 05:27:35 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-10-19 20:46:04 +0530
commit65e9761cb1c8c5d7f75c65f8b35af4ce9bb124d5 (patch)
treea4131a81ad8f3b60eba33b60b3ec4a21e8400f83 /test cases/vala/8 generated sources/src/test.vala
parent23b060f0aa64d59ab6636964f9c308d6c0d2bebc (diff)
downloadmeson-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.vala4
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 ();
+}