From 4c7a3941af23fd27a97d1b06aa450bfa04bc46aa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Oct 2009 07:58:43 +0200 Subject: The 'recursive' test requires support for validation --- dist/tests/cxx/hybrid/makefile | 4 ++-- dist/tests/cxx/hybrid/nmakefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dist') 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 -- cgit v1.1