5251322d35
+ Demo Unit Test + README + LICENCE + CHANGELOG
6 lines
196 B
C++
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
|