mirror of
https://github.com/OpenRTX/OpenRTX
synced 2026-08-08 12:29:06 -04:00
Add the catch2 subproject wrap file and its REUSE license entry. Declare the catch2-with-main dependency for native/linux builds only. Wrap the unit test section in a cross-build guard so that test targets are not declared when cross-compiling for embedded targets. Install catch2 via apt in CI. Co-authored-by: GitHub Copilot <copilot@github.com> Signed-off-by: Ryan Turner <ryan@turnrye.com>
7 lines
146 B
Text
7 lines
146 B
Text
[wrap-git]
|
|
url = https://github.com/catchorg/Catch2.git
|
|
revision = v3.13.0
|
|
|
|
[provide]
|
|
catch2 = catch2_dep
|
|
catch2-with-main = catch2_with_main_dep
|