aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-11 17:18:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-11 17:18:30 +0200
commit49d8e39f9a42ff1963c5df0f6e9ed903d66f2eb0 (patch)
tree17cb3577baa07e30720788e059399f7c07c22a37 /tests/cxx/parser/makefile
parentbcf2ac66e6c21d75f4e76b8e0bc2e3c6d64886b8 (diff)
Fix recursive polymorphic parsing in C++/Parser
New test: cxx/parser/polyrecur.
Diffstat (limited to 'tests/cxx/parser/makefile')
-rw-r--r--tests/cxx/parser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/makefile b/tests/cxx/parser/makefile
index 39b9f61..e2fe635 100644
--- a/tests/cxx/parser/makefile
+++ b/tests/cxx/parser/makefile
@@ -33,7 +33,7 @@ endif # exceptions
ifeq ($(xsde_polymorphic),y)
ifeq ($(xsde_reuse_style),tiein)
-build_tests += polymorphism
+build_tests += polymorphism polyrecur
endif
endif