[status] Define test categories for Geometry in markup XML file.

This commit is contained in:
Adam Wulkiewicz 2015-06-01 17:54:32 +02:00
parent cf394a17a1
commit e9ffb724e8

View file

@ -2036,6 +2036,28 @@
<!-- geometry -->
<library name="geometry">
<test name="algorithms_*" category="Algorithms">
</test>
<test name="arithmetic_*" category="Arithmetic">
</test>
<test name="concepts_*" category="Concepts">
</test>
<test name="core_*" category="Core">
</test>
<test name="geometries_*" category="Geometries">
</test>
<test name="io_*" category="IO">
</test>
<test name="iterators_*" category="Iterators">
</test>
<test name="policies_*" category="Policies">
</test>
<test name="strategies_*" category="Strategies">
</test>
<test name="util_*" category="Util">
</test>
<test name="views_*" category="Views">
</test>
<mark-unusable>
<toolset name="borland-*"/>
<toolset name="sun-5.10"/>