[boost] Re: How to add automated testing?
by Gennadiy Rozental other posts by this author
May 29 2003 5:24AM messages near this date
[boost] How to add automated testing?
|
[boost] Stream-buffers can't be copied?
"Daryle Walker" <dwalker07@[...].net> wrote in message
news:B4A1DE9A-918E-11D7-BFF2-0003939C8002@[...]..
> In a revamp of the I/O library reviewed a few months ago, I revised the
> structure of the test programs to match that given in the Boost.Test
> documentation. Is what I have alright? Someone (Beman?) mentioned the
> desire for Jamfiles; but I don't use Jam, so I don't know if that's
> needed for arranging automated tests. (My platform, Mac OS X, can do
> Jam if I want to switch.)
If by automated testing you mean to include your tests into regression
testing, you do need a Jamfile for that.
In most cases it's really simple. Take a look on somebody's test directory
Jamfile for example. Or Boost.Build docs.
Gennadiy.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Daryle Walker
Gennadiy Rozental
|