aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/hybrid/makefile
diff options
context:
space:
mode:
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