-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add upstream's tests #1
Comments
gtest is now packaged in cppget, we should explore this further ! |
Going back to this:
Edit: updated following the discussion I will ignore the benchmarks for now.
I believe that covers everything https://github.com/skypjack/entt/blob/v3.11.1/test/CMakeLists.txt , please tell me if I'm missing something @skypjack |
@Klaim I think we can ignore lib and cereal as well as the benchmark and a few others maybe? |
@skyjpack Thanks for the info. Ok so we will focus on the normal tests, make them by default and just make a separate ticket for if someone wants to add more of the upstream tests. We have a plan. |
Currently the only test implemented will just try to build the Readme code from v3.3.0
Add tests from upstream/tests/...
These tests require gtest (see https://github.com/build2-packaging/googletest we have a package but it lacks gmock support at the moment).
The text was updated successfully, but these errors were encountered: