summaryrefslogtreecommitdiffstats
path: root/unoidl/qa/unoidl-check
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/qa/unoidl-check')
-rw-r--r--unoidl/qa/unoidl-check/other1.idl1
-rw-r--r--unoidl/qa/unoidl-check/other2.idl1
-rw-r--r--unoidl/qa/unoidl-check/pe.idl1
-rw-r--r--unoidl/qa/unoidl-check/psa.idl1
-rw-r--r--unoidl/qa/unoidl-check/psb.idl1
-rw-r--r--unoidl/qa/unoidl-check/ue.idl1
-rw-r--r--unoidl/qa/unoidl-check/usa.idl1
-rw-r--r--unoidl/qa/unoidl-check/usb.idl1
8 files changed, 8 insertions, 0 deletions
diff --git a/unoidl/qa/unoidl-check/other1.idl b/unoidl/qa/unoidl-check/other1.idl
new file mode 100644
index 000000000..75473015b
--- /dev/null
+++ b/unoidl/qa/unoidl-check/other1.idl
@@ -0,0 +1 @@
+module M { enum X { V }; };
diff --git a/unoidl/qa/unoidl-check/other2.idl b/unoidl/qa/unoidl-check/other2.idl
new file mode 100644
index 000000000..f6c94ef66
--- /dev/null
+++ b/unoidl/qa/unoidl-check/other2.idl
@@ -0,0 +1 @@
+enum X { V };
diff --git a/unoidl/qa/unoidl-check/pe.idl b/unoidl/qa/unoidl-check/pe.idl
new file mode 100644
index 000000000..c597b29f0
--- /dev/null
+++ b/unoidl/qa/unoidl-check/pe.idl
@@ -0,0 +1 @@
+module M { published enum N { V }; };
diff --git a/unoidl/qa/unoidl-check/psa.idl b/unoidl/qa/unoidl-check/psa.idl
new file mode 100644
index 000000000..b8079c9ad
--- /dev/null
+++ b/unoidl/qa/unoidl-check/psa.idl
@@ -0,0 +1 @@
+module M { published struct N { long m; }; };
diff --git a/unoidl/qa/unoidl-check/psb.idl b/unoidl/qa/unoidl-check/psb.idl
new file mode 100644
index 000000000..03d02b302
--- /dev/null
+++ b/unoidl/qa/unoidl-check/psb.idl
@@ -0,0 +1 @@
+module M { published struct N { short m; }; };
diff --git a/unoidl/qa/unoidl-check/ue.idl b/unoidl/qa/unoidl-check/ue.idl
new file mode 100644
index 000000000..0face3356
--- /dev/null
+++ b/unoidl/qa/unoidl-check/ue.idl
@@ -0,0 +1 @@
+module M { enum N { V }; };
diff --git a/unoidl/qa/unoidl-check/usa.idl b/unoidl/qa/unoidl-check/usa.idl
new file mode 100644
index 000000000..80fe2c2f4
--- /dev/null
+++ b/unoidl/qa/unoidl-check/usa.idl
@@ -0,0 +1 @@
+module M { struct N { long m; }; };
diff --git a/unoidl/qa/unoidl-check/usb.idl b/unoidl/qa/unoidl-check/usb.idl
new file mode 100644
index 000000000..08e7e9daa
--- /dev/null
+++ b/unoidl/qa/unoidl-check/usb.idl
@@ -0,0 +1 @@
+module M { struct N { short m; }; };