aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/makefile
diff options
context:
space:
mode:
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