Boost logo

Boost Users :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-05-03 11:30:02


"Ed Johnson" <ed_at_[hidden]> wrote in message
news:e39q5i$use$1_at_sea.gmane.org...
> When using BOOST_AUTO_TEST_SUITE or BOOST_AUTO_TEST_CASE across multiple
> files, is there a way to guarantee which Test Case or Suite will execute
> last?
>
> In particular, I want the following test to always be executed last.
>
> BOOST_AUTO_TEST_CASE(waitForUserToPressEnter)
> {
> std::cout << "Press <ENTER> to continue..." << std::endl;
> std::cin.get();
> }

Just follow the recommendation in the other post

> I like the post-build event trick to keeping output inside Visual Studio
> 7, but there will be times that I don't want the tests to all run each
> time I compile.

I a mnot sure how it's related ti the first part of this post, but run by
name feature is planned ot be implemented in next release.

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net