new jamfile to see warnings better

[SVN r46348]
This commit is contained in:
Thorsten Jørgen Ottosen
2008-06-12 12:00:57 +00:00
parent dbef3564c4
commit 15a697f86b

View File

@ -12,9 +12,9 @@ rule range-test ( name : includes * )
{
return [
run $(name).cpp /boost/test//boost_unit_test_framework/<link>static
:
:
:
: $(includes)
: <toolset>gcc:<cxxflags>"-Wall -Wunused "
] ;
}