Skip to content

Fix: Unable to Find Any Test Cases in CMake #47

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

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Fix: Unable to Find Any Test Cases in CMake #47

merged 1 commit into from
Apr 2, 2024

Conversation

ichunlai
Copy link
Contributor

@ichunlai ichunlai commented Apr 1, 2024

This commit addresses an issue where CMake was unable to locate any test cases. The problem was caused by missing the include(CTest) statement. Additionally, Catch2 v2.13.1 cannot compile with gcc 11.4.0, so we've upgraded to v2.13.8.

Impact:

  • Tests can now be discovered and executed successfully.

This commit addresses an issue where CMake was unable to locate any test cases. The problem was caused by missing the `include(CTest)` statement. Additionally, Catch2 v2.13.1 cannot compile with gcc 11.4.0, so we've upgraded to v2.13.8.

Impact:
- Tests can now be discovered and executed successfully.
@bernedom bernedom merged commit 10cb650 into PacktPublishing:main Apr 2, 2024
@ichunlai ichunlai deleted the patch-1 branch April 3, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants