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

Move Naga Tests to Separate Crate #6982

Open
cwfitzgerald opened this issue Jan 23, 2025 · 0 comments
Open

Move Naga Tests to Separate Crate #6982

cwfitzgerald opened this issue Jan 23, 2025 · 0 comments
Labels
area: infrastructure Testing, building, coordinating issues naga Shader Translator type: enhancement New feature or request

Comments

@cwfitzgerald
Copy link
Member

Currently naga tests are part of the naga crate. This means that a lot of tests are dependent on features being enabled. This is a very easy gottcha as you run cargo nextest run it runs a few tests, but not convert_wgsl and the other big ones, as they need wgsl-in. If we move them to their own crate, we can have the tests require the features they need, ensuring that a default run gets all of the tests.

@cwfitzgerald cwfitzgerald added area: infrastructure Testing, building, coordinating issues naga Shader Translator type: enhancement New feature or request labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infrastructure Testing, building, coordinating issues naga Shader Translator type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant