mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 02:47:56 +00:00
Renamed runnerconfig file -> config
This commit is contained in:
parent
5a262b7d2d
commit
e24ad7db6e
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
#ifndef TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
|
||||
#define TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
|
||||
|
||||
#include "catch_runnerconfig.hpp"
|
||||
#include "catch_config.hpp"
|
||||
#include "catch_runner_impl.hpp"
|
||||
|
||||
namespace Catch
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* catch_runnerconfig.hpp
|
||||
* catch_config.hpp
|
||||
* Catch
|
||||
*
|
||||
* Created by Phil on 08/11/2010.
|
|
@ -13,7 +13,7 @@
|
|||
#define TWOBLUECUBES_INTERNAL_CATCH_RUNNER_HPP_INCLUDED
|
||||
|
||||
#include "catch_interfaces_reporter.h"
|
||||
#include "catch_runnerconfig.hpp"
|
||||
#include "catch_config.hpp"
|
||||
#include "catch_registry.hpp"
|
||||
#include "catch_capture.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue