$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Zhon Johansen (zhon.johansen_at_[hidden])
Date: 2005-08-23 16:39:37
Hello and thanks for a great product.
Currently, I am trying to write unit tests using cxxtest. The unit
tests reside in a parallel directory hierarchy.
| testedcode.h
|dir | testedcode.cpp
| | Jamfile
--|
|dir | testedcode.h
| | generated-test-runner.cpp
| Jamfile
I am looking for your expert recommendations:
1) How should I link to my testedcode.obj from the test directory?
2) How should I call the cxxtest perl code to generate
generated-test-runner.cpp? http://cxxtest.sourceforge.net/
thanks,
Zhon
zhon_at_[hidden]