Boost logo

Boost :

Subject: Re: [boost] [Boost.Test] error when running
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2010-07-01 03:47:21


On 06/30/2010 11:30 PM, FIXED-TERM Lay Seak Meng (CR/RTC1.2-NA) wrote:
> Hi,
>
> I am new to Boost Test framework. I wrote a small test case and put it as a post build event.
>
> #include "stdafx.h"
> BOOST_AUTO_TEST_CASE(Test1)
> {
> BOOST_REQUIRE(false);
> }
>
> I got this error after linking.
>
> 1>Running Unit Tests
> 1>'c:\Documents' is not recognized as an internal or external command,
> 1>operable program or batch file.
>
> Anyone knows how to fix this?

Perhaps you forgot to quote the command you put as a post-build event.
An it doesn't seem to be relevant to Boost.Test, BTW.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk