aboutsummaryrefslogtreecommitdiff
path: root/dist/tests
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
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')
-rw-r--r--dist/tests/cxx/hybrid/makefile6
-rw-r--r--dist/tests/cxx/hybrid/nmakefile6
2 files changed, 6 insertions, 6 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
diff --git a/dist/tests/cxx/hybrid/nmakefile b/dist/tests/cxx/hybrid/nmakefile
index b31619b..61097dd 100644
--- a/dist/tests/cxx/hybrid/nmakefile
+++ b/dist/tests/cxx/hybrid/nmakefile
@@ -21,6 +21,9 @@ dirs = $(dirs) built-in default enumeration list test-template union
dirs = $(dirs) iso8859-1
!endif
+!if "$(XSDE_PARSER_VALIDATION)" == "y"
+dirs = $(dirs) choice recursive clone
+
!if "$(XSDE_CDR)" == "y"
dirs = $(dirs) binary/cdr
!endif
@@ -28,9 +31,6 @@ dirs = $(dirs) binary/cdr
!if "$(XSDE_XDR)" == "y"
dirs = $(dirs) binary/xdr
!endif
-
-!if "$(XSDE_PARSER_VALIDATION)" == "y"
-dirs = $(dirs) choice recursive clone
!endif
!endif # XSDE_IOSTREAM