aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-12 20:59:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-12 20:59:29 +0200
commit6fd3f78644b54987e299c71740d2c21661c92dc6 (patch)
tree353d58c6c6495d7d81ab7bc8fc24efa989b8f23b /tests/cxx
parent620792d557db8bc507731002f263e3800ac4eca9 (diff)
Run polymorphism tests only when reuse style is tiein
Diffstat (limited to 'tests/cxx')
-rw-r--r--tests/cxx/parser/makefile2
-rw-r--r--tests/cxx/serializer/makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/cxx/parser/makefile b/tests/cxx/parser/makefile
index 94d6e45..9710d7c 100644
--- a/tests/cxx/parser/makefile
+++ b/tests/cxx/parser/makefile
@@ -24,8 +24,10 @@ endif
endif # exceptions
ifeq ($(xsde_polymorphic),y)
+ifeq ($(xsde_reuse_style),tiein)
tests += polymorphism
endif
+endif
tests += reset
diff --git a/tests/cxx/serializer/makefile b/tests/cxx/serializer/makefile
index 8d72167..6ad126c 100644
--- a/tests/cxx/serializer/makefile
+++ b/tests/cxx/serializer/makefile
@@ -30,8 +30,10 @@ union
endif
ifeq ($(xsde_polymorphic),y)
+ifeq ($(xsde_reuse_style),tiein)
tests += polymorphism
endif
+endif
endif # xsde_iostream