summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/any-attribute/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/schema/any-attribute/buildfile')
-rw-r--r--xsd-tests/schema/any-attribute/buildfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/xsd-tests/schema/any-attribute/buildfile b/xsd-tests/schema/any-attribute/buildfile
new file mode 100644
index 0000000..e4275a4
--- /dev/null
+++ b/xsd-tests/schema/any-attribute/buildfile
@@ -0,0 +1,12 @@
+# file : schema/any-attribute/buildfile
+# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+# Test that the invalid schema files compilation expectedly fails.
+#
+./: testscript xsd{*} $xsd
+
+testscript{*}:
+{
+ test = $xsd
+ test.arguments = cxx-tree --std c++11
+}