Chrono: make the test names shorter

[SVN r77369]
This commit is contained in:
Vicente J. Botet Escriba 2012-03-18 14:18:37 +00:00
parent 9eecb301f6
commit aa7f146b26
2 changed files with 7 additions and 5 deletions

@ -1 +1 @@
Subproject commit f08f19ed45517b58c5b7cde01b66d8193b397bb8
Subproject commit 3e9cd5f9c50f588cd0a67cb3be16f2d29f096265

View file

@ -487,13 +487,15 @@
The compiler does not support features that are essential for the library.
</note>
</mark-unusable>
<test name="*_header" category="Header Only">
<test name="*_h" category="Header Only">
</test>
<test name="*_static" category="Static Link">
<test name="*_l" category="Non Header Only">
</test>
<test name="*_shared" category="Shared Link">
<test name="*_s" category="Static Link">
</test>
<test name="*_fail" category="Compile Diagnostic Required">
<test name="*_d" category="Dynamic Link">
</test>
<test name="*_f" category="Compile Diagnostic Required">
</test>
</library>