4 lines
104 B
C++
4 lines
104 B
C++
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() function
|
|
#include "catch/catch.hpp"
|
|
|