aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/polymorphism/makefile')
-rw-r--r--tests/cxx/hybrid/polymorphism/makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/cxx/hybrid/polymorphism/makefile b/tests/cxx/hybrid/polymorphism/makefile
index 72f0c87..703ef9a 100644
--- a/tests/cxx/hybrid/polymorphism/makefile
+++ b/tests/cxx/hybrid/polymorphism/makefile
@@ -5,12 +5,15 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
-all_tests := multischema
+# NOTE: remember to update dist/tests/cxx/hybrid/polymorphis/{makefile,
+# nmakefile} if you change anything here.
+#
+all_tests := enumeration multischema
build_tests :=
ifeq ($(xsde_iostream),y)
-build_tests += multischema
+build_tests += enumeration multischema
endif
default := $(out_base)/