catch_with_main.hpp 462 B

1234567891011121314
  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. #define CATCH_CONFIG_MAIN
  11. #include "catch.hpp"
  12. #endif // TWOBLUECUBES_CATCH_WITH_MAIN_HPP_INCLUDED