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

Implementing Unit Testing with Meson #120

Open
LinuxLegend opened this issue Mar 26, 2022 · 0 comments
Open

Implementing Unit Testing with Meson #120

LinuxLegend opened this issue Mar 26, 2022 · 0 comments
Assignees
Labels
TODO to do..

Comments

@LinuxLegend
Copy link

This is something I like to bring up for discussion on, while I just recently finished the basic version of Meson Build. We could set up CI/CD Test cases for VKVG by having rendered work compared to control group images to check for regressions via the use of Swiftshader for CI/CD which is a CPU-based implementation for Vulkan.

Basically we have existing test cases that make use of vkengine and we can observe the results and then for unit testing, one of the mode would save vkvg surface after running a number of iteration (as long as the result isn't randomized) into an image as a control group image and then finally the unit testing mode would simply run the test case and then at the end of it's iteration, it'll have it's vkvg surface compared against the control group image to check for any regression.

What you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO to do..
Projects
None yet
Development

No branches or pull requests

2 participants