6 lines
297 B
C++
6 lines
297 B
C++
////////////////////////////////////////////////////////////////////////////////
|
|
// Keep this file empty, and implement unit tests in separate compilation units!
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
#include <catch2/catch.hpp> |