library/test/test_main.cpp
Johannes Theiner 5251322d35 + Catch2 as Unit Test Framework
+ Demo Unit Test
+ README
+ LICENCE
+ CHANGELOG
2019-10-16 15:11:16 +02:00

6 lines
196 B
C++

#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
//Dont touch this file.
// add your own tests in this directory according to https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md