-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taking the new unit test coverage reporting for a spin by adding some tests. Will continue to add more over time. Diffs= d7ff8f1372 Adding more layout unit tests (#9116)
- Loading branch information
philter
committed
Feb 27, 2025
1 parent
0bce161
commit 1279ca7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fbd8b8f429e1cbe37eb6aeed0f33902d6dfbbadc | ||
d7ff8f13723ed319bb586792f5bc47c755fb0f85 |
Submodule rive-runtime
updated
4 files
+1 −1 | .rive_head | |
+2 −0 | include/rive/layout/layout_component_style.hpp | |
+ − | tests/unit_tests/assets/layout/layout_complex1.riv | |
+124 −0 | tests/unit_tests/runtime/layout_test.cpp |