summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/generated-impl/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/generated-impl/makefile')
-rw-r--r--tests/cxx/parser/generated-impl/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cxx/parser/generated-impl/makefile b/tests/cxx/parser/generated-impl/makefile
index e5714d7..8cb3998 100644
--- a/tests/cxx/parser/generated-impl/makefile
+++ b/tests/cxx/parser/generated-impl/makefile
@@ -82,7 +82,12 @@ $(call include,$(bld_root)/cxx/cxx-o.make)
$(call include,$(bld_root)/cxx/cxx-d.make)
xsd_parser_impl_suffix := -pimpl
+
+$(call include,$(bld_root)/cxx/standard.make) # cxx_standard
+ifdef cxx_standard
+$(gen): xsd_options += --std $(cxx_standard)
$(call include,$(scf_root)/xsd/parser/xsd-cxx.make)
+endif
# Dependencies.