summaryrefslogtreecommitdiffstats
path: root/test cases/csharp/1 basic/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/csharp/1 basic/meson.build')
-rw-r--r--test cases/csharp/1 basic/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/csharp/1 basic/meson.build b/test cases/csharp/1 basic/meson.build
new file mode 100644
index 0000000..09e46c2
--- /dev/null
+++ b/test cases/csharp/1 basic/meson.build
@@ -0,0 +1,4 @@
+project('simple c#', 'cs')
+
+e = executable('prog', 'prog.cs', 'text.cs', install : true)
+test('basic', e)