$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: rameysb (Ramey_at_[hidden])
Date: 2004-02-18 12:51:40
Thanks for the hint.
Does this address my original concern? That is, with this change,
will building and running of my tests be conditional on successful
building of the required library?
Robert
--- In jamboost_at_[hidden], David Abrahams <dave_at_b...> wrote:
> "rameysb" <Ramey_at_r...> writes:
>
> > subproject libs/serialization/test ;
> >
> > # bring in rules for testing
> > SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> Hint: don't do this. It's taken care of by the import rule.
>
> > import testing.jam ;
> >
> > # Make tests run by default.
> > DEPENDS all : test ;
> >
>
> --
> Dave Abrahams
> Boost Consulting
> www.boost-consulting.com