Skip to content
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

Move from google test to catch2 #59

Merged
merged 17 commits into from
May 14, 2020
Merged

Move from google test to catch2 #59

merged 17 commits into from
May 14, 2020

Conversation

GiulioRomualdi
Copy link
Member

This PR closes #58

Continuous integration will fail. As soon as we merge the PR. I will work on #30

@GiulioRomualdi GiulioRomualdi self-assigned this May 14, 2020
@GiulioRomualdi GiulioRomualdi changed the base branch from master to devel May 14, 2020 08:09
CMakeLists.txt Outdated Show resolved Hide resolved
cmake/AddOsqpEigenUnitTest.cmake Outdated Show resolved Hide resolved
cmake/OsqpEigenFindDependencies.cmake Outdated Show resolved Hide resolved
tests/CMakeLists.txt Outdated Show resolved Hide resolved
cmake/AddOsqpEigenUnitTest.cmake Outdated Show resolved Hide resolved
@GiulioRomualdi GiulioRomualdi requested a review from S-Dafarra May 14, 2020 10:37
@GiulioRomualdi
Copy link
Member Author

In 5c27d0e I implemented the possibility to add customs target_compile_definitions for the UnitTests. This is required to make the tests compiling on windows (Suggested by @traversaro in #30 (comment))

@GiulioRomualdi GiulioRomualdi merged commit 120f466 into devel May 14, 2020
@GiulioRomualdi GiulioRomualdi deleted the feature/catch2 branch May 14, 2020 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop Google test in favor of Catch2
3 participants