mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
5 lines
211 B
C++
5 lines
211 B
C++
// The only purpose of this file is to DEFINE the catch config so it can include main()
|
|
|
|
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
|
|
|
|
#include "../catch.hpp"
|