$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2008-06-14 13:53:05
Hi!
Tavares, Pedro (London) schrieb:
> Apologies if this is a trivial question but haven't been able to figure
> out a solution from the documentation yet: how do I compile unit tests
> for boost 1.35.0 (in bjam v2)?
Do you mean your unit tests of your own programs which use the boost
1.35.0 unit test framework? In a Jamfile, use the following:
import testing ;
test-suite tests :
[ run mytest.cpp /boost//unit_test_framework ]
;
Or do you mean running the unit tests for all boost libraries? I have no
clue.
Frank