mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
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
6 lines
238 B
C++
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> |