CppQuickStart/test/main_test.cpp
Jérôme ee483226e6 Added default test using Catch2 in test/.
Added make doc in Makefile.
2019-04-01 12:51:56 +02:00

4 lines
87 B
C++

// Let Catch provide main()
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>