Moved TestSpec into its own file

This commit is contained in:
Phil Nash 2012-08-14 19:35:30 +01:00
parent ddfe963623
commit d0a5461add
4 changed files with 43 additions and 26 deletions

View file

@ -17,6 +17,7 @@
#include "catch_capture.hpp"
#include "catch_totals.hpp"
#include "catch_running_test.hpp"
#include "catch_test_spec.h"
#include <set>
#include <string>