summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/ref-type/invalid/buildfile
blob: aac448ccfab56b62c782b909397bd17c88324a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : schema/ref-type/invalid/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
}