5 lines
121 B
C++
5 lines
121 B
C++
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
|
|
#include <catch.hpp>
|
|
|
|
|