Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2008-02-03 13:16:55


Author: jtorjo
Date: 2008-02-03 13:16:54 EST (Sun, 03 Feb 2008)
New Revision: 43078
URL: http://svn.boost.org/trac/boost/changeset/43078

Log:
[logging]
added run* batch files for tests as well
Added:
   sandbox/logging/lib/logging/tests/run_linux.sh (contents, props changed)
   sandbox/logging/lib/logging/tests/run_win.bat (contents, props changed)

Added: sandbox/logging/lib/logging/tests/run_linux.sh
==============================================================================
--- (empty file)
+++ sandbox/logging/lib/logging/tests/run_linux.sh 2008-02-03 13:16:54 EST (Sun, 03 Feb 2008)
@@ -0,0 +1,4 @@
+export BOOST_ROOT_DIR="$1"
+echo Output is redirected to out.txt
+bjam --v2 --boost="$1" --toolset=$2 > out.txt 2>&1
+

Added: sandbox/logging/lib/logging/tests/run_win.bat
==============================================================================
--- (empty file)
+++ sandbox/logging/lib/logging/tests/run_win.bat 2008-02-03 13:16:54 EST (Sun, 03 Feb 2008)
@@ -0,0 +1,3 @@
+set BOOST_ROOT_DIR="%1"
+echo Output is redirected to out.txt
+bjam --v2 --boost="%1" --toolset=msvc > out.txt


Boost-Commit 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