mirror of
https://github.com/boostorg/integer.git
synced 2025-06-29 05:50:57 +02:00
Compare commits
5 Commits
svn-branch
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
6fc2fb6846 | |||
f8ac375b4b | |||
4b2d3f6a90 | |||
42097fea1c | |||
d754cad861 |
@ -11,7 +11,7 @@
|
|||||||
<td><a href="../../index.htm"><font face="Arial" color="white"><big>Home</big></font></a></td>
|
<td><a href="../../index.htm"><font face="Arial" color="white"><big>Home</big></font></a></td>
|
||||||
<td><a href="../libraries.htm"><font face="Arial" color="white"><big>Libraries</big></font></a></td>
|
<td><a href="../libraries.htm"><font face="Arial" color="white"><big>Libraries</big></font></a></td>
|
||||||
<td><a href="http://www.boost.org/people/people.htm"><font face="Arial" color="white"><big>People</big></font></a></td>
|
<td><a href="http://www.boost.org/people/people.htm"><font face="Arial" color="white"><big>People</big></font></a></td>
|
||||||
<td><a href="http://www.boost.org/users/faq.html"><font face="Arial" color="white"><big>FAQ</big></font></a></td>
|
<td><a href="http://www.boost.org/more/faq.htm"><font face="Arial" color="white"><big>FAQ</big></font></a></td>
|
||||||
<td><a href="../../more/index.htm"><font face="Arial" color="white"><big>More</big></font></a></td>
|
<td><a href="../../more/index.htm"><font face="Arial" color="white"><big>More</big></font></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -77,7 +77,7 @@ Test Program</h2>
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
The program <code><a href="test/integer_traits_test.cpp">integer_traits_test.cpp</a></code>
|
The program <code><a href="integer_traits_test.cpp">integer_traits_test.cpp</a></code>
|
||||||
exercises the <code>integer_traits</code> class.
|
exercises the <code>integer_traits</code> class.
|
||||||
|
|
||||||
<h2>Acknowledgements</h2>
|
<h2>Acknowledgements</h2>
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
#~ Copyright Rene Rivera 2008
|
|
||||||
#~ Distributed under the Boost Software License, Version 1.0.
|
|
||||||
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
import testing ;
|
|
||||||
|
|
||||||
test-suite integer
|
|
||||||
: [ run cstdint_test.cpp ]
|
|
||||||
[ run integer_test.cpp ]
|
|
||||||
[ run integer_traits_test.cpp
|
|
||||||
/boost/test//boost_test_exec_monitor/<link>static ]
|
|
||||||
;
|
|
Reference in New Issue
Block a user