aboutsummaryrefslogtreecommitdiff
path: root/dist/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 /dist/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 'dist/tests/cxx/hybrid/makefile')
-rw-r--r--dist/tests/cxx/hybrid/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/tests/cxx/hybrid/makefile b/dist/tests/cxx/hybrid/makefile
index 7e78d9f..62bbc1e 100644
--- a/dist/tests/cxx/hybrid/makefile
+++ b/dist/tests/cxx/hybrid/makefile
@@ -21,6 +21,9 @@ ifeq ($(XSDE_ENCODING),iso8859-1)
dirs += iso8859-1
endif
+ifeq ($(XSDE_PARSER_VALIDATION),y)
+dirs += choice recursive clone
+
ifeq ($(XSDE_CDR),y)
dirs += binary/cdr
endif
@@ -28,9 +31,6 @@ endif
ifeq ($(XSDE_XDR),y)
dirs += binary/xdr
endif
-
-ifeq ($(XSDE_PARSER_VALIDATION),y)
-dirs += choice recursive clone
endif
endif # XSDE_IOSTREAM