Boost logo

Boost :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2002-08-12 23:05:58


[2002-08-12] David Abrahams wrote:
>I just checked in a version of libs/python/test/Jamfile which illustrates.
>
>bjam ... select_holder.run

Well, your problem is obvious once you realise what you tried to do :-)

Doing:

local UNIT_TEST_PROPERTIES = <lib>../../test/build/test_exec_monitor
...(more)... ;

run select_holder.cpp
  : # command-line args
  : # input files
  : $(UNIT_TEST_PROPERTIES)
    ;

Is not the same as what does work:

run select_holder.cpp
  <lib>../../test/build/test_exec_monitor
  : # command-line args
  : # input files
  : $(UNIT_TEST_PROPERTIES)
    ;

You tried to put the dependency in the requirements, instead of the sources.

-- 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