aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-08 15:35:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-08 15:35:23 +0200
commit7db026e8056914d113ac0bbfd9bdc4908a9e7874 (patch)
tree0ab15cb8b0ee160a10cca21edaf0aca1e97e8921 /tests/cxx/hybrid/makefile
parent4f38adc11ab1a3a1ab2dd3f958c917182be7d71f (diff)
Add support for the whiteSpace facet
Use the same mechanism to handle whitespace processing for build-in types and enumerations.
Diffstat (limited to 'tests/cxx/hybrid/makefile')
-rw-r--r--tests/cxx/hybrid/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cxx/hybrid/makefile b/tests/cxx/hybrid/makefile
index 88d89a2..cef5ffc 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -32,6 +32,9 @@ ifeq ($(xsde_encoding),iso8859-1)
build_tests += iso8859-1
endif
+ifeq ($(xsde_parser_validation),y)
+build_tests += choice recursive clone
+
ifeq ($(xsde_cdr),y)
build_tests += binary/cdr
endif
@@ -39,9 +42,6 @@ endif
ifeq ($(xsde_xdr),y)
build_tests += binary/xdr
endif
-
-ifeq ($(xsde_parser_validation),y)
-build_tests += choice recursive clone
endif
endif # xsde_iostream