mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 05:15:39 +02:00
Started adding support for isolated sections
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user