Pārlūkot izejas kodu

Handwritten test main replaced.

main
offa pirms 3 gadiem
vecāks
revīzija
243ebbc963
1 mainītis faili ar 0 papildinājumiem un 29 dzēšanām
  1. +0
    -29
      test/TestMain.cpp

+ 0
- 29
test/TestMain.cpp Parādīt failu

@@ -22,32 +22,3 @@

#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <trompeloeil.hpp>


namespace trompeloeil
{
template <>
void reporter<specialized>::send(severity s, const char* file, unsigned long line, const char* msg)
{
std::ostringstream os;

if( line != 0 )
{
os << file << ':' << line << '\n';
}

os << msg;
const auto failure = os.str();

if( s == severity::fatal )
{
FAIL(failure);
}
else
{
CAPTURE(failure);
CHECK(failure.empty());
}
}
}

Notiek ielāde…
Atcelt
Saglabāt