List Info

Thread: how to always run a unit-test, even if it already passed




how to always run a unit-test, even if it already passed
user name
2007-11-07 06:36:35
Dear all,

The headline pretty much says it all. I'm having a project
with a number 
of unit-tests, but I sometimes want to run the exe again,
even though I 
have not touched the sources. Is there an easy way to force
that behavior?

Thanks

-Thorsten
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

Re: how to always run a unit-test, even if it already passed
user name
2007-11-07 07:20:07
Thorsten Ottosen wrote:

> Dear all,
> 
> The headline pretty much says it all. I'm having a
project with a number
> of unit-tests, but I sometimes want to run the exe
again, even though I
> have not touched the sources. Is there an easy way to
force that behavior?

        bjam --clean target
        bjam target

The --clean option is supposed to only remove files that
directly belong to 'target',
and not any dependency libraries that will take long time to
recompile.

- Volodya

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )