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

Add Boolean Assertion Functions #4

Merged
merged 3 commits into from
May 3, 2024
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented May 3, 2024

This pull request resolves #3 by introducing the following changes:

  • Adds an Assertion.cmake module containing assert_true and assert_false boolean assertion functions.
  • Adds tests to verify the boolean assertion functions.
  • Removes the sample MkdirRecursive.cmake module and its corresponding tests.

@threeal threeal added this to the Version 0.1.0 milestone May 3, 2024
@threeal threeal self-assigned this May 3, 2024
@threeal threeal force-pushed the add-boolean-assertion-functions branch 2 times, most recently from 229ac6c to 18e4984 Compare May 3, 2024 03:49
@threeal threeal force-pushed the add-boolean-assertion-functions branch from 18e4984 to 73293c7 Compare May 3, 2024 04:15
@threeal threeal merged commit f0d815b into main May 3, 2024
2 checks passed
@threeal threeal deleted the add-boolean-assertion-functions branch May 3, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Boolean Assertion Functions
1 participant