|
|
@@ -480,13 +480,20 @@
|
|
|
|
|
|
<!-- chrono -->
|
|
|
<library name="chrono">
|
|
|
- <mark-unusable>
|
|
|
- <toolset name="borland-*"/>
|
|
|
- <toolset name="pathscale*"/>
|
|
|
- <note author="Vicente J. Botet Escriba">
|
|
|
- The compiler does not support features that are essential for the library.
|
|
|
- </note>
|
|
|
- </mark-unusable>
|
|
|
+ <mark-unusable>
|
|
|
+ <toolset name="borland-*"/>
|
|
|
+ <toolset name="pathscale*"/>
|
|
|
+ <note author="Vicente J. Botet Escriba">
|
|
|
+ The compiler does not support features that are essential for the library.
|
|
|
+ </note>
|
|
|
+ </mark-unusable>
|
|
|
+ <test name="*_fail" category="Fail">
|
|
|
+ </test>
|
|
|
+ <test name="*_static" category="Static Link">
|
|
|
+ </test>
|
|
|
+ <test name="*_shared" category="Shared Link">
|
|
|
+ </test>
|
|
|
+
|
|
|
</library>
|
|
|
|
|
|
<!-- circular_buffer -->
|