|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-01 13:26:28
On Monday 31 March 2008 07:18:39 Alex Khassapov wrote:
> Khassapov, Alex <Alex.Khassapov <at> itg.com> writes:
>
> > type.register UNIT_TEST_RAW : : UNIT_TEST ;
> > generators.register-standard testing.unit-test : : UNIT_TEST_RAW ;
> > unit-test-raw t_compliance_filter : t_compliance_filter.py ;
> >
> > I get the following error because the current dir isnât
> > in the $PATH:
> >
> > /bin/sh: t_compliance_filter.py: not found
> >
>
> Another question - I want to runt the test every time some other python script
> changes, how do I tell bjam that this test is dependant on the other script?
The <dependency> feature establishes dependency from a target on another target
or file.
- Volodya
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