-
-
Notifications
You must be signed in to change notification settings - Fork 48
Create CI/CD test runner #508
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
Conversation
Seeing if this fixes the wrapping that live-chart adds
Added environment variable exports for test execution.
Yes @stsdc - in fact a repo you've worked on looks to have it set up. lcallarec/live-chart@b0d6481 That approach probably would be the easiest approach. Meson also seems to have integrations with code coverage, but I haven't had any luck with getting it going due to running into weird errors with paths and permissions. https://mesonbuild.com/Unit-tests.html I have been able to run |
Closes #507
This PR addresses the following:
Additional Info
GTK Inits
https://docs.gtk.org/gtk3/func.init.html
https://docs.gtk.org/gtk4/initialization.html
Meson Tests
https://mesonbuild.com/Unit-tests.html