Boost logo

Boost :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-07-10 15:56:39


[2002-07-10] Gennadiy Rozental wrote:

>Hi,
>
>Right now status/Jamfile has following 2 lines
> run libs/function/test/function_test.cpp ;
> run libs/functional/function_test.cpp ;
>
>if I run bjam function_test it will test only first one. I did not find a
>way to invoke testing of second test.
>
>Any suggestion?

Changing it to be this instead:

    run libs/function/test/function_test.cpp : : : : function_test ;
    run libs/functional/function_test.cpp : : : : functional_test ;

Then "bjam function_test" and "bjam functional_test" refer to each.

-- grafik - Don't Assume Anything
-- rrivera_at_[hidden] - grafik_at_[hidden]
-- 102708583_at_icq - Grafik666_at_AIM - Grafik_at_[hidden]


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