aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-22 07:58:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-22 07:58:43 +0200
commit4c7a3941af23fd27a97d1b06aa450bfa04bc46aa (patch)
tree6836713656a953c1d4ce17b4f4decb3db8bbb264 /tests/cxx/hybrid/makefile
parentf61feaac853766def5049afe85850afa8a394f72 (diff)
The 'recursive' test requires support for validation
Diffstat (limited to 'tests/cxx/hybrid/makefile')
-rw-r--r--tests/cxx/hybrid/makefile4
1 files changed, 2 insertions, 2 deletions
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