aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/tests/cxx/hybrid/makefile4
-rw-r--r--dist/tests/cxx/hybrid/nmakefile4
-rw-r--r--tests/cxx/hybrid/makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/dist/tests/cxx/hybrid/makefile b/dist/tests/cxx/hybrid/makefile
index e5b2328..8733e6b 100644
--- a/dist/tests/cxx/hybrid/makefile
+++ b/dist/tests/cxx/hybrid/makefile
@@ -15,7 +15,7 @@ endif
endif
ifeq ($(XSDE_IOSTREAM),y)
-dirs += built-in default list recursive test-template union
+dirs += built-in default list test-template union
ifeq ($(XSDE_CDR),y)
dirs += binary/cdr
@@ -26,7 +26,7 @@ dirs += binary/xdr
endif
ifeq ($(XSDE_PARSER_VALIDATION),y)
-dirs += choice
+dirs += choice recursive
endif
endif # XSDE_IOSTREAM
diff --git a/dist/tests/cxx/hybrid/nmakefile b/dist/tests/cxx/hybrid/nmakefile
index b734898..0f42e79 100644
--- a/dist/tests/cxx/hybrid/nmakefile
+++ b/dist/tests/cxx/hybrid/nmakefile
@@ -15,7 +15,7 @@ dirs = $(dirs) iterator
!endif
!if "$(XSDE_IOSTREAM)" == "y"
-dirs = $(dirs) built-in default list recursive test-template union
+dirs = $(dirs) built-in default list test-template union
!if "$(XSDE_CDR)" == "y"
dirs = $(dirs) binary/cdr
@@ -26,7 +26,7 @@ dirs = $(dirs) binary/xdr
!endif
!if "$(XSDE_PARSER_VALIDATION)" == "y"
-dirs = $(dirs) choice
+dirs = $(dirs) choice recursive
!endif
!endif # XSDE_IOSTREAM
diff --git a/tests/cxx/hybrid/makefile b/tests/cxx/hybrid/makefile
index 426ad36..1ffab44 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -25,7 +25,7 @@ endif
endif
ifeq ($(xsde_iostream),y)
-build_tests += built-in default list recursive test-template union
+build_tests += built-in default list test-template union
ifeq ($(xsde_cdr),y)
build_tests += binary/cdr
@@ -36,7 +36,7 @@ build_tests += binary/xdr
endif
ifeq ($(xsde_parser_validation),y)
-build_tests += choice
+build_tests += choice recursive
endif
endif # xsde_iostream