$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: kweeheong (tan.k.h_at_[hidden])
Date: 2005-06-21 00:02:59
Hi,
Thanks Rene, I appreciate the fast reply to my "How to run one
testcase question".
It works for me now.
On a related note, running the testcase runs the RmTemps action that
deletes the .exe.
Is there a way to disable this RmTemps, so that I can leave the .exe.
It currently
leaves the .obj but deletes the .exe. The .exe is useful to have for
running manually, etc.
Alternatively, is there any documentation/Jamfile I can read that
describes these actions ( execute-test
and RmTemps ) and how they can be tweaked/disabled?
| ...updating 4 targets...
| gcc-C++-action ..\..\..\bin\boost\libs\date_time\test\testdate.
test\gcc\debug\testdate.obj
| gcc-Link-action ..\..\..\bin\boost\libs\date_time\test\testdate.
test\gcc\debug\testdate.exe
| execute-test ..\..\..\bin\boost\libs\date_time\test\testdate.
test\gcc\debug\testdate.run
| RmTemps ..\..\..\bin\boost\libs\date_time\test\testdate.
test\gcc\debug\testdate.run
|
| del /f/q "..\..\..\bin\boost\libs\date_time\test\testdate.
test\gcc\debug\testdate.exe"
|