Renamed runnerconfig file -> config

This commit is contained in:
Phil Nash 2011-01-01 00:29:58 +00:00
parent 5a262b7d2d
commit e24ad7db6e
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
/*
* catch_runnerconfig.hpp
* catch_config.hpp
* Catch
*
* Created by Phil on 08/11/2010.

View File

@ -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"