diff options
Diffstat (limited to 'xsd/tests/cxx/tree/makefile')
| -rw-r--r-- | xsd/tests/cxx/tree/makefile | 46 | 
1 files changed, 24 insertions, 22 deletions
| diff --git a/xsd/tests/cxx/tree/makefile b/xsd/tests/cxx/tree/makefile index 9b79424..7fd9f63 100644 --- a/xsd/tests/cxx/tree/makefile +++ b/xsd/tests/cxx/tree/makefile @@ -1,30 +1,32 @@  # file      : tests/cxx/tree/makefile -# author    : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC  # license   : GNU GPL v2 + exceptions; see accompanying LICENSE file  include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make -tests :=      \ -built-in      \ -chameleon     \ -comparison    \ -compilation   \ -complex       \ -containment   \ -default       \ -detach        \ -encoding      \ -enumeration   \ -float         \ -list          \ -name-clash    \ -naming        \ -polymorphism  \ -prefix        \ -test-template \ -types-only    \ -union         \ +tests :=        \ +any-type        \ +built-in        \ +chameleon       \ +comparison      \ +compilation     \ +complex         \ +containment     \ +default         \ +detach          \ +dom-association \ +encoding        \ +enumeration     \ +float           \ +list            \ +name-clash      \ +naming          \ +order           \ +polymorphism    \ +prefix          \ +test-template   \ +types-only      \ +union           \  wildcard  ifeq ($(xsd_with_ace),y) | 
