catch_commandline.h 582 B

1234567891011121314151617181920
  1. /*
  2. * Created by Phil on 02/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_COMMANDLINE_HPP_INCLUDED
  9. #define TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
  10. #include "catch_config.hpp"
  11. #include "catch_clara.h"
  12. namespace Catch {
  13. clara::Parser makeCommandLineParser( ConfigData& config );
  14. } // end namespace Catch
  15. #endif // TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED