mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@437 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
c1b3b1d4dd
commit
783d24a89f
69 changed files with 482 additions and 351 deletions
|
|
@ -1,10 +1,11 @@
|
|||
//
|
||||
// Copyright Mathieu Champlon 2011
|
||||
// Copyright Mathieu Champlon 2011
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// See http://turtle.sf.net for documentation.
|
||||
|
||||
#define BOOST_AUTO_TEST_MAIN
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
|
|
@ -20,12 +21,12 @@ namespace
|
|||
fixture()
|
||||
{
|
||||
std::cout << __FUNCTION__ << std::endl;
|
||||
//BOOST_FAIL( "oups" );
|
||||
BOOST_FAIL( "oups" );
|
||||
}
|
||||
~fixture()
|
||||
{
|
||||
std::cout << __FUNCTION__ << std::endl;
|
||||
//BOOST_FAIL( "oups" );
|
||||
BOOST_FAIL( "oups" );
|
||||
}
|
||||
};
|
||||
BOOST_GLOBAL_FIXTURE( fixture );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue