Started adding support for isolated sections

This commit is contained in:
Phil Nash 2011-01-19 08:52:25 +00:00
parent 2b05dfaf05
commit ae307b000a
3 changed files with 94 additions and 29 deletions

View file

@ -10,9 +10,10 @@
*
*/
#include "../internal/catch_self_test.hpp"
#include "../catch_with_main.hpp"
#include "../internal/catch_self_test.hpp"
TEST_CASE( "selftest/main", "Runs all Catch self tests and checks their results" )
{
using namespace Catch;