aboutsummaryrefslogtreecommitdiffstats
path: root/tests/minimalbinding/typesystem_minimal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/minimalbinding/typesystem_minimal.xml')
-rw-r--r--tests/minimalbinding/typesystem_minimal.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/minimalbinding/typesystem_minimal.xml b/tests/minimalbinding/typesystem_minimal.xml
index c3e681177..7f160ddaf 100644
--- a/tests/minimalbinding/typesystem_minimal.xml
+++ b/tests/minimalbinding/typesystem_minimal.xml
@@ -8,8 +8,14 @@
<include file-name="minbool.h" location="global"/>
</primitive-type>
+ <container-type name="std::list" type="list">
+ <conversion-rule file="list_conversions.h"/>
+ <include file-name="list" location="global"/>
+ </container-type>
+
<object-type name="Obj"/>
<value-type name="Val"/>
+ <value-type name="ListUser"/>
<value-type name="MinBoolUser"/>
</typesystem>