aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
Diffstat (limited to 'test cases')
-rw-r--r--test cases/unit/114 c cpp stds/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/114 c cpp stds/meson.build b/test cases/unit/114 c cpp stds/meson.build
new file mode 100644
index 0000000..0b15efc
--- /dev/null
+++ b/test cases/unit/114 c cpp stds/meson.build
@@ -0,0 +1,6 @@
+project('c cpp stds', 'c', 'cpp',
+ default_options: [
+ 'c_std=gnu89,c89',
+ 'cpp_std=gnu++98,vc++11',
+ ],
+)