-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Organized tests into subfolders #2822
Organized tests into subfolders #2822
Conversation
…tests can be made
idk if I like moving the header files from EDIT: Having folders for tests seems alright to me though :) (I open all files by name so it's not any different for me, but I could see it being more helpful for others) |
I needed to do that otherwise it wouldn't compile D: |
By the way, I removed |
# Conflicts: # test/test_runner.c
Conflict solved, moved new tests to their respective folders. Ready for re-review. |
# Conflicts: # test/powder_moves.c # test/status1.c
Solved conflicts and rebased to master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but I have one question:
- How come we're not
#include "global.h"
ing in some of the tests anymore?
It's included in |
Ah I see! Yeah, I think I would prefer to keep the include of |
Sure, I have no issue keeping global.h there, so I'll re-add it. |
Description
Also, split into files:
Discord contact info
AsparagusEduardo