Boost logo

Boost-Build :

From: Renaud Lepere (renaud.lepere_at_[hidden])
Date: 2005-11-22 05:24:11


I have a simple exe and a simple jamfile
exe log : [ glob *.cpp ] ;

I would like to do tests and launch the .exe just after
building it, i modified the jamfile to

unit-test log : [ glob *.cpp ] ;

but it didn't work.

rule unit-test unknown in module Jamfile</c:/Renaud/Geometry/log>.
c:/Renaud/boost-build/build\project.jam:306: in load-jamfile
c:/Renaud/boost-build/build\project.jam:68: in load
c:/Renaud/boost-build/build\project.jam:164: in project.find
c:/Renaud/boost-build\build-system.jam:136: in load
c:\Renaud\boost-build\kernel\modules.jam:259: in import
c:\Renaud\boost-build\kernel\bootstrap.jam:153: in boost-build
c:\Renaud\boost-build.jam:11: in module scope

Should i define something in my user config to do so.
I also tried to find rules exe and unit-test but i didn't
find them. Could someone help me ?

Thanks

Renaud


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