Re: [Boost-cmake] Test feedback

2008-06-29 Thread David Abrahams
Beman Dawes wrote: > > Before inventing something new, why not ask the Boost.Build folks how > they suppress unwanted pop ups during Boost regression tests. They went > through the exact same sequence you are now repeating; first a lot of > popups occurred, then a few, then a few that closed auto

Re: [Boost-cmake] Test feedback

2008-06-29 Thread Beman Dawes
On Sun, Jun 29, 2008 at 9:41 AM, troy d. straszheim <[EMAIL PROTECTED]> wrote: > David Abrahams wrote: > >> troy d. straszheim wrote: >> >> The test that causes this is just a program with a main() routine... It >>> seems like it should use boost.test, and boost.test should be >>> responsible for

Re: [Boost-cmake] Test feedback

2008-06-29 Thread troy d. straszheim
David Abrahams wrote: troy d. straszheim wrote: The test that causes this is just a program with a main() routine... It seems like it should use boost.test, and boost.test should be responsible for making these dialog-suppressing calls. (Does that sound like it makes sense?) 1. I'm reluctant