summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/any-attribute/buildfile
blob: e4275a4aae5225fcd39df97421878d8715cd32f2 (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 --std c++11
}