Files
rive-cpp/tess/test/main_test.cpp
luigi-rosso 5506f4dd56 Run tests for rive_tess
Adds ability to run tests when building rive_tess:

```
cd packages/runtime/tess/build/macosx
./build_tess.sh test
```

Also runs them in GitHub Actions.

Diffs=
265e9c7aa Run tests for rive_tess
2022-07-19 04:37:30 +00:00

6 lines
238 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>