From 6fd3f78644b54987e299c71740d2c21661c92dc6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 12 Apr 2009 20:59:29 +0200 Subject: Run polymorphism tests only when reuse style is tiein --- tests/cxx/parser/makefile | 2 ++ tests/cxx/serializer/makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'tests/cxx') 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 -- cgit v1.1