Boost logo

Boost-Build :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-12-22 16:35:15


Rene Rivera wrote:
> It's a bit harder to maintain the tests for Windows since they are
> mostly maintained by Volodya on Linux. I just checked running the tests
> on trunk (script I use attached). And I get 5 failures. Which is not bad
> given that at one point there where more than 50% failures on Windows.

Oops, forgot the attachment. And I fixed one of the failures.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

#!/bin/sh
set -e

#~ echo `dirname $0`
#~ cd `dirname $0`
cd /c/DevRoots/Boost/boost/tools/build/v2/test

#~ cat > test-config.jam <<FILE
#~ import toolset : using ;
#~ using msvc : all ;
#~ using gcc : : C:/MinGW/bin/g++.exe ;
#~ FILE

#~ set +e

#~ --verbose Extra output that includes output of bjam output and commands.
#~ --default-bjam Use the bjam in the system, i.e. in the search path, instead
#~ of trying to use an in-tree prebuilt.

export DO_DIFF=1

tool=msvc
#~ tool=gcc
opt=""
opt="${opt} --default-bjam"
#~ opt="${opt} --verbose"
#~ opt="${opt} --preserve"

tests=test_all.py
#~ tests=unit_tests.py
#~ tests=regression.py
#~ tests=alternatives.py
#~ tests=pch.py

echo --- python ${tests} ${opt} ${tool}

python ${tests} ${opt} ${tool}


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk