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 --- tests/cxx/hybrid/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cxx') 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 -- cgit v1.1