mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 02:34:53 +00:00
Chrono: make the test names shorter
[SVN r77369]
This commit is contained in:
parent
9eecb301f6
commit
aa7f146b26
2 changed files with 7 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f08f19ed45517b58c5b7cde01b66d8193b397bb8
|
||||
Subproject commit 3e9cd5f9c50f588cd0a67cb3be16f2d29f096265
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue