Recreated the single include test project and got it working after impl refactorings

This commit is contained in:
Phil Nash
2012-08-09 07:47:30 +01:00
parent c436a4dac1
commit 3b80af7a06
8 changed files with 995 additions and 1053 deletions

View File

@@ -9,7 +9,12 @@
#define TWOBLUECUBES_CATCH_SELF_TEST_HPP_INCLUDED
#include "catch.hpp"
// Use this external guard here as if we're using the single header version
// this will already be defined
#ifndef TWOBLUECUBES_CATCH_INTERFACES_REGISTRY_HUB_H_INCLUDED
#include "catch_interfaces_registry_hub.h"
#endif
#include "set"