-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Enable mtests under Windows with MSVC #5954
Conversation
To be redundant, here are the steps, which I verified only by command line compiling:
Maybe it can work also with QtCreator or Visual Studio, but I don't really know how to work with them. 😅 |
About being redundant, could you perhaps add the build steps under mtest/README.md? |
e5a35ee
to
f353b54
Compare
Added instructions to README.md (please let me know if they are clear enough) and rebased on top of current master. |
Resolves: https://musescore.org/en/node/303707
This PR enables the compilation of mtests under Windows with msvc and it also adjusts some of them to pass also under Windows, so that Windows developers using msvc can locally run mtests.
A big thank you to Dmitri Ovodok (dmitrio95) for the part of the code correcting the workspace tests.
Steps for running the mtests can be found in the post in the issue tracker.