Moved all new tracking impl into catch_test_case_tracker.pp

This commit is contained in:
Phil Nash 2015-11-02 06:14:52 +00:00
parent 3deb3e010f
commit b8515929b8
6 changed files with 310 additions and 301 deletions

View file

@ -6,11 +6,7 @@
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifdef __clang__
# pragma clang diagnostic ignored "-Wpadded"
# pragma clang diagnostic ignored "-Wc++98-compat"
#endif
#include "internal/catch_suppress_warnings.h"
#include "internal/catch_test_case_tracker.hpp"
#include "catch.hpp"