|
Boost-Build : |
From: Gennadiy E. Rozental <rogeeff_at_[hidden] (rogeeff_at_[hidden])
Date: 2003-02-18 13:46:33
Hi,
I have a little problem in Boost.Test Jamfile.
Recently to accomodate building regression test using
ALL_LOCAL_TARGET variable, Beman made following change in Boost.Test
Jamfile:
rule test-btl-lib ( test-rule : test-name : lib-name ? :
pattern_file ? )
...
local test-dir =
$(BOOST_ROOT)$(SLASH)libs$(SLASH)test$(SLASH)test$(SLASH) ;
----^ this is what Beman added
test-suite "unit_test_framework_test"
: [ test-btl-lib run
: result_report_test
: boost_test_exec_monitor
: $(test-dir)result_report_test.pattern ]
The problem arose when I started to test locally.
My BOOST_ROOT=D:/Source Code/boost
As a result I am getting "D:/Source" as a pattern name and test is
failing.
What should I do to fix it?
Gennadiy.
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