mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 22:43:04 +00:00
5 lines
222 B
C++
5 lines
222 B
C++
// Catch2 provides main() via Catch2::Catch2WithMain. This TU exists so the
|
|
// executable has at least one source plus a stable name; per-feature TEST_CASEs
|
|
// live in the test_*.cpp files.
|
|
#include <catch2/catch_all.hpp>
|