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

Simplify Test Files Organization #78

Merged
merged 5 commits into from
Jun 4, 2024
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jun 1, 2024

This pull request resolves #77 by introducing the following changes to simplify test files:

  • Separate the AssertionTest.cmake file into Assert.cmake, AssertFatalError.cmake, and AssertExecuteProcess.cmake files.
  • Separate the InternalTest.cmake file into InternalFormatMessage.cmake and InternalMockMessage.cmake.
  • Move tests to be declared in the root CMakeLists.txt.

@threeal threeal added this to the Version 0.3.0 milestone Jun 1, 2024
@threeal threeal self-assigned this Jun 1, 2024
@threeal threeal force-pushed the simplify-test-files-organization branch from d388515 to 3c72dbc Compare June 4, 2024 10:07
@threeal threeal force-pushed the simplify-test-files-organization branch from 3c72dbc to 6369ee0 Compare June 4, 2024 10:12
@threeal threeal force-pushed the simplify-test-files-organization branch from 118e314 to 3effad1 Compare June 4, 2024 10:36
@threeal threeal marked this pull request as ready for review June 4, 2024 10:40
@threeal threeal merged commit 8753063 into main Jun 4, 2024
2 checks passed
@threeal threeal deleted the simplify-test-files-organization branch June 4, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Harvested
Development

Successfully merging this pull request may close these issues.

Simplify Test Files Organization
1 participant