Boost.Test - Looking for a gui.

Hi, i'm looking for a gui which it's able to launch tests and test suites for using with Boost.Test. Cheers, Giorgio. -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda".

2010/7/15 Gennadiy Rozental <rogeeff@gmail.com>:
Giorgio Zoppi <giorgio.zoppi <at> gmail.com> writes:
Hi, i'm looking for a gui which it's able to launch tests and test suites for using with Boost.Test.
Do you mean commercial or free? What r u looking from such GUI?
Free. Something like: http://qxrunner.systest.ch/screenshots/ Cheers, Giorgio. -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda".

Gennadiy Rozental wrote:
Giorgio Zoppi <giorgio.zoppi <at> gmail.com> writes:
Hi, i'm looking for a gui which it's able to launch tests and test suites for using with Boost.Test.
I'm not sure what you mean here. But here is what I do. I use MS visual studio for all my projects. Each solution includes a bunch of projects (typically 10-50). Dependencies are set up so that whenever I make a change anywhere, all dependent tests are re-built. After each test is built - a post build step runs the test automatically. Of course I can run any test right from the IDE as well. I don't know if that qualifies as a "gui to launch tests" but it works very well. The idea was take from the boost.test documentation. Robert Ramey

Robert wrote:
But here is what I do. I use MS visual studio for all my projects. Each solution includes a bunch of projects (typically 10-50). Dependencies are set up so that whenever I make a change anywhere, all dependent tests are re-built. After each test is built - a post build step runs the test automatically.
Unfortunately at work, we don't use ms visual studio. I had to do it with eclipse. When working with Java, there's the JUnit Runner, but i didn't find something handy for C++ and Boost.Test. Cheers, Giorgio. -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda".

I'll fix qxrunner for working with Boost.Test :) Cheers, Giorgio. -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda".
participants (3)
-
Gennadiy Rozental
-
Giorgio Zoppi
-
Robert Ramey