aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-07 08:52:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-07 08:52:20 +0200
commit56043225000df52cf530a85dc5f53ad06ba241cd (patch)
tree9bf6a0090522896c0fa96baff61a574defcc7165 /tests/cxx/hybrid/makefile
parentc1f810de13243f1b6b3a9e7c9313ceb936471e53 (diff)
Add support for STL-conforming iterators
The new XSDE_STL_ITERATOR configuration variable is used to conditionally turn this on.
Diffstat (limited to 'tests/cxx/hybrid/makefile')
-rw-r--r--tests/cxx/hybrid/makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/cxx/hybrid/makefile b/tests/cxx/hybrid/makefile
index fe1bccf..a30ac41 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -11,6 +11,12 @@ ifeq ($(xsde_polymorphic),y)
tests += polymorphism
endif
+ifeq ($(xsde_stl),y)
+ifeq ($(xsde_stl_iterator),y)
+tests += iterator
+endif
+endif
+
ifeq ($(xsde_iostream),y)
tests += built-in default list recursive test-template union
@@ -26,7 +32,7 @@ ifeq ($(xsde_parser_validation),y)
tests += choice
endif
-endif
+endif # xsde_iostream
default := $(out_base)/
test := $(out_base)/.test