mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Renamed runnerconfig file -> config
This commit is contained in:
parent
5a262b7d2d
commit
e24ad7db6e
@ -13,7 +13,7 @@
|
|||||||
#ifndef TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
|
#ifndef TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
|
||||||
#define TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
|
#define TWOBLUECUBES_CATCH_COMMANDLINE_HPP_INCLUDED
|
||||||
|
|
||||||
#include "catch_runnerconfig.hpp"
|
#include "catch_config.hpp"
|
||||||
#include "catch_runner_impl.hpp"
|
#include "catch_runner_impl.hpp"
|
||||||
|
|
||||||
namespace Catch
|
namespace Catch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* catch_runnerconfig.hpp
|
* catch_config.hpp
|
||||||
* Catch
|
* Catch
|
||||||
*
|
*
|
||||||
* Created by Phil on 08/11/2010.
|
* Created by Phil on 08/11/2010.
|
@ -13,7 +13,7 @@
|
|||||||
#define TWOBLUECUBES_INTERNAL_CATCH_RUNNER_HPP_INCLUDED
|
#define TWOBLUECUBES_INTERNAL_CATCH_RUNNER_HPP_INCLUDED
|
||||||
|
|
||||||
#include "catch_interfaces_reporter.h"
|
#include "catch_interfaces_reporter.h"
|
||||||
#include "catch_runnerconfig.hpp"
|
#include "catch_config.hpp"
|
||||||
#include "catch_registry.hpp"
|
#include "catch_registry.hpp"
|
||||||
#include "catch_capture.hpp"
|
#include "catch_capture.hpp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user