aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/typesystem_sample.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/samplebinding/typesystem_sample.xml')
-rw-r--r--tests/samplebinding/typesystem_sample.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index c049ea9eb..b091373cc 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -17,6 +17,10 @@
<conversion-rule file="list_conversions.h"/>
<include file-name="list" location="global"/>
</container-type>
+ <container-type name="std::map" type="map">
+ <conversion-rule file="map_conversions.h"/>
+ <include file-name="map" location="global"/>
+ </container-type>
<enum-type name="Abstract::PrintFormat"/>
<enum-type name="PolymorphicFuncEnum"/>
@@ -200,6 +204,7 @@
<value-type name="Point"/>
<value-type name="Size"/>
+ <value-type name="MapUser"/>
<value-type name="PairUser"/>
<value-type name="ListUser"/>