Added Move library

[SVN r70693]
This commit is contained in:
Ion Gaztañaga 2011-03-29 11:59:19 +00:00
parent 4e06b349e8
commit 7dae89b1d5
2 changed files with 21 additions and 0 deletions

View file

@ -93,6 +93,8 @@ run-tests libs :
lambda/test # test-suite lambda
logic/test # test-suite logic
math/test # test-suite math
move/example # test-suite move_example
move/test # test-suite move_test
mpi/test # test-suite mpi
mpl/test # test-suite mpl
msm/test # msm-unit-tests

View file

@ -2311,6 +2311,25 @@
</test>
</library>
<!-- move-->
<library name="move">
<mark-unusable>
<toolset name="borland-5.*"/>
<toolset name="msvc-6.5*"/>
<toolset name="cw-9.*"/>
<toolset name="gcc-2.95*"/>
<toolset name="gcc-3.0*"/>
<toolset name="gcc-3.1*"/>
<toolset name="gcc-3.2*"/>
<toolset name="gcc-3.3*"/>
<toolset name="mipspro"/>
<toolset name="pathscale*"/>
<toolset name="intel-linux-8.*"/>
<note author="Ion Gazta&#241;aga">
The compiler does not support features that are essential for the library.
</note>
</mark-unusable>
</library>
<!-- MPL -->
<library name="mpl">