Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Add an intermediate static library to share code with tests #235

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

iamsergio
Copy link
Contributor

This allows the tests to simply link to the library instead of rebuilding ui/ code (per each test executable).

Also nice to not have to figure out ui/*cpp dependencies in each test

This allows the tests to simply link to the library instead of
rebuilding ui/ code (per each test executable).

Also nice to not have to figure out ui/*cpp dependencies in each test

Signed-off-by: Sergio Martins <[email protected]>
Copy link

github-actions bot commented Nov 5, 2024

PR produced different images:

popup_menu_0001.png

Got:

popup_menu_0001.png

Expected:

popup_menu_0001.png

Diff:

popup_menu_0001.png

@iamsergio
Copy link
Contributor Author

PR produced different images:

popup_menu_0001.png

Very interesting, window position is flaky, wondering if it depends on mouse cursor at startup.
Will fix the position with SetPos.
Also diff url is broken, will fix.

@RalphSteinhagen RalphSteinhagen merged commit 98e4bea into main Nov 5, 2024
7 checks passed
@RalphSteinhagen RalphSteinhagen deleted the staticlib branch November 5, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants