mirror of
https://github.com/trafi/maybe-result-cpp
synced 2024-11-26 04:26:06 +01:00
11 lines
388 B
C++
11 lines
388 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include "catch.hpp"
|
|
|
|
/*
|
|
Exactly one source file must #define either CATCH_CONFIG_MAIN or CATCH_CONFIG_RUNNER before
|
|
#include-ing Catch.
|
|
In this file do not write any test cases!
|
|
In most cases that means this file will just contain two lines (the #define and the #include).
|
|
|
|
https://github.com/philsquared/Catch/blob/master/docs/tutorial.md
|
|
*/ |