$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Unit Testing Macros on Visual Studio 2005/Visual C++ 8.0
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-12-09 16:42:32
Andrew Leer <leeand00 <at> gmail.com> writes:
> BOOST_AUTO_TEST_SUITE (stringtest) // name of the test suite is stringtest
There should not be space between macro name and (.
Gennadiy