summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/any-attribute/buildfile
blob: b215090a4aee38af3e301b66572d14a3a4976458 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}