$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Test] can one run a specific test first?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-05-16 18:16:09
Thorsten Ottosen <thorsten.ottosen <at> dezide.com> writes:
>
> Hi,
>
> I know I can run a test by naming it on the command line or by creating
> an environment variable. However, I merely want a specific test to be
> run first to ease debugging, and then all the rest of the tests should
> be run.
>
> Is this possible?
Put all the other test cases in test suite. If it does not help add dependency
of this test suite on the test case.
Gennadiy