5 lines
87 B
C++
5 lines
87 B
C++
|
|
// Let Catch provide main()
|
||
|
|
#define CATCH_CONFIG_MAIN
|
||
|
|
|
||
|
|
#include <catch2/catch.hpp>
|