mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-04 19:11:16 +02:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -8,12 +8,14 @@
|
||||
#ifndef TWOBLUECUBES_CATCH_RUNNER_HPP_INCLUDED
|
||||
#define TWOBLUECUBES_CATCH_RUNNER_HPP_INCLUDED
|
||||
|
||||
#include "internal/catch_commandline.hpp"
|
||||
#include "internal/catch_list.hpp"
|
||||
#include "reporters/catch_reporter_basic.hpp"
|
||||
#include "reporters/catch_reporter_xml.hpp"
|
||||
#include "reporters/catch_reporter_junit.hpp"
|
||||
|
||||
#include "internal/catch_commandline.hpp"
|
||||
#include "internal/catch_list.hpp"
|
||||
#include "internal/catch_runner_impl.hpp"
|
||||
|
||||
#include <fstream>
|
||||
#include <stdlib.h>
|
||||
#include <limits>
|
||||
|
Reference in New Issue
Block a user