• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1  /*
2  *  Created by Phil on 01/11/2010.
3  *  Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
4  *
5  *  Distributed under the Boost Software License, Version 1.0. (See accompanying
6  *  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7  */
8 #ifndef TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED
9 #define TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED
10 
11 #define CATCH_CONFIG_MAIN
12 #include "catch.hpp"
13 
14 #endif // TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED
15