Boost logo

Boost-Build :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-02-05 15:44:48


Hi All,

I'm trying to make a test run for vc71 only.

My Jamfile looks as follows:

subproject libs/range/test ;

import testing ;

rule range-test ( name )
{
return [
run $(name).cpp
# <include>$(VC71_ROOT)/atlmfc/include
<lib>../../test/build/boost_unit_test_framework
: : : <include>$(BOOST_ROOT)
] ;
}

test-suite range :
[ range-test array ]
[ range-test iterator_pair ]
[ range-test std_container ]
[ range-test string ]
[ range-test iterator_range ]
[ range-test sub_range ]
[ range-test partial_workaround ]
[ range-test algorithm_example ]
[ range-test reversible_range ]
[ range-test const_ranges ]
[ range-test mfc ]
;

The line I have commented out don't work. Ideally I jsu need to
make the include for the test of mfc.cpp. Can anybody help.

Thanks

Thorsten

 


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