Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
8a1d9a481b215cfd9d1bc39fac742b9d268f50e7
/
.
/
test
/
main_test.cpp
blob: 37eab937cd27e4d0a803d8fe50413254255c4c35 [
file
] [
log
] [
blame
]
// 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>