summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/ref-type/invalid/buildfile
blob: 42c7bfbf57a84f87c6e1106bd2da749c4b4327d1 (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 --std c++11
}