-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add unit tests #16
Comments
I've been working on a unit testing PR but am having issues compiling. I'm not very good with C++ and have gotten stuck. Here's what I've got so far. After pulling in the submodules, you can compile with
Here's the exact line causing the issue https://github.com/Flynsarmy/Utility_AI/blob/b85508939e5d066ee6def349f4851acb0402554b/tests/test_bt_fixed_result.hpp#L13 You can see the unit testing framework in action by commenting out lines 13-14, compiling and running
If you've got a spare moment I'd really appreciate some help getting a single test up and running after which I can start working on more. |
Thanks for raising this and for your great work with all the other contributions! I have quite a lot going on just now with work but I will try and arrange some time for this next week. |
This repo could really use a comprehensive suite of unit tests. Without them we're kinda flying blind.
The text was updated successfully, but these errors were encountered: