mirror of
https://github.com/boostorg/range.git
synced 2025-07-30 04:47:25 +02:00
new jamfile to see warnings better
[SVN r46348]
This commit is contained in:
@ -12,9 +12,9 @@ rule range-test ( name : includes * )
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
run $(name).cpp /boost/test//boost_unit_test_framework/<link>static
|
run $(name).cpp /boost/test//boost_unit_test_framework/<link>static
|
||||||
|
:
|
||||||
:
|
:
|
||||||
:
|
: <toolset>gcc:<cxxflags>"-Wall -Wunused "
|
||||||
: $(includes)
|
|
||||||
] ;
|
] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user