-
-
Notifications
You must be signed in to change notification settings - Fork 640
Test suite cleanups #2302
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
Test suite cleanups #2302
Conversation
5bf1437 to
7b1e4f4
Compare
This changes the test suite to always be run from a consistent working directory, avoiding having per-test workarounds like done on the PCH tests.
7b1e4f4 to
5a1a645
Compare
|
Feedback addressed, should be ready to go @Jarod42 @nickclark2016 @samsinsane |
|
@nickclark2016 While the iron is hot, may you look at this one too? |
|
Any others you want me to look at before prepping for building the release? @tritao |
None atm, think I still need to revisit my other opened PRs. |
What does this PR do?
Just some test suite cleanups.
How does this PR change Premake's behavior?
Test suite now is more consistent with the directory it runs the tests from.
Previous a folder was created and cluttered the root, which is fixed now.