I got a project with a compile-time option to choose the implementation of a specific system
The project already got tests to check if everything is working as expected but to test both implementations I am currently manually toggling the backend i.e. zig build -Dbackend=a test and zig build -Dbackend=b test, is there a way to do this automatically? The backend is bassed to the module via Step.Options