1
1
mirror of https://github.com/trafi/maybe-result-cpp synced 2024-11-26 04:26:06 +01:00
maybe-result-cpp/tests/main.cpp
Nerijus Arlauskas 6df8f76748 Initial files.
2016-07-05 22:59:12 +03:00

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
*/