Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git] / external_libraries / boost_endian / libs / integer / test / Jamfile.v2
blobb5862f280f249e708b7923eac74748bbf9b9c48d
1 # Boost Endian Library test Jamfile
3 # Copyright Beman Dawes 2006
5 # Distributed under the Boost Software License, Version 1.0.
6 # See http://www.boost.org/LICENSE_1_0.txt
8 # See library home page at http://www.boost.org/libs/integer/doc/endian.html
10    import testing ;
11    
12    test-suite "endian"
13        :
14          [ run binary_stream_test.cpp ]
15          [ run endian_binary_stream_test.cpp ]
16          [ run endian_test.cpp ]
17          [ run endian_operations_test.cpp
18             :  :  : <toolset>gcc:<cxxflags>-Wno-sign-compare ]
19          [ run endian_in_union_test.cpp ]
20          [ run scoped_enum_emulation_test.cpp ]
21       ;