2013-04-19 19:08:32 +01:00
|
|
|
/*
|
2014-02-11 06:32:56 +00:00
|
|
|
* Created by Phil on 10/2/2014.
|
|
|
|
* Copyright 2014 Two Blue Cubes Ltd. All rights reserved.
|
2013-04-19 19:08:32 +01:00
|
|
|
*
|
|
|
|
* 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)
|
|
|
|
*/
|
|
|
|
#ifndef TWOBLUECUBES_CATCH_TEXT_H_INCLUDED
|
|
|
|
#define TWOBLUECUBES_CATCH_TEXT_H_INCLUDED
|
|
|
|
|
2017-07-20 23:20:42 +01:00
|
|
|
#include "catch_clara.h"
|
2013-07-03 19:14:59 +01:00
|
|
|
|
2014-02-11 06:32:56 +00:00
|
|
|
namespace Catch {
|
2017-07-20 23:20:42 +01:00
|
|
|
using namespace clara::TextFlow;
|
2014-02-11 06:32:56 +00:00
|
|
|
}
|
2013-04-19 19:08:32 +01:00
|
|
|
|
|
|
|
#endif // TWOBLUECUBES_CATCH_TEXT_H_INCLUDED
|