Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-10 17:23:37


This is normal. If you don't change anything which would cause the test to
start passing, the test won't run again unless you define RUN_ALL_TESTS,
e.g.

bjam -sRUN_ALL_TESTS=1 concept_check

However, if the problem is in a Jamfile somewhere, even if you fix it
you'll need RUN_ALL_TESTS because Jamfile contents are not currently
considered in target dependencies.

-Dave

----- Original Message -----
From: "Gennadiy Rozental" <rogeeff_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.devel
To: <boost_at_[hidden]>
Sent: Wednesday, July 10, 2002 3:22 PM
Subject: [boost] strange behavior in testing.jam

> If I run "bjam concept_check" from scratch it produces error caused by
> missing BOOST_ROOT include. If I run it again everything passed.
>
> Gennadiy.
>
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk