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