Boost logo

Boost-Build :

From: stevewaits (steve_at_[hidden])
Date: 2003-11-18 19:28:54


Wow.. nothing makes me feel smaller than trying to figure out bjam
stuff :)

This:

project testpgl
: requirements <include>../include
;

run unittest : test.cpp ../source//libpgl ;

Produces this:

testing.jam: No such file or directory
test\Jamfile:15: in modules.load
rule run unknown in module Jamfile</c:/code/psp/nba/lib/pgl/test>.

So I tried adding this:

# bring in rules for testing
#SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
#include testing.jam ;

To no avail.

Note that this does build an executable if you apply s/run/exe/ to
this Jamfile.

Any help appreciated.

Thanks,
Steve

 


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