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

Improve Function Arguments Handling #58

Merged
merged 3 commits into from
May 29, 2024
Merged

Conversation

threeal
Copy link
Owner

@threeal threeal commented May 28, 2024

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

  • Utilizes the ARGC and ARGV<index> variables in the assert and add_cmake_test functions.
  • Utilizes the cmake_parse_arguments(PARSE_ARGV) function in the assert_execute_process function.

@threeal threeal added this to the Version 0.3.0 milestone May 28, 2024
@threeal threeal self-assigned this May 28, 2024
@threeal threeal force-pushed the improve-func-args-handling branch 2 times, most recently from e2761d2 to a327c21 Compare May 29, 2024 08:40
@threeal threeal force-pushed the improve-func-args-handling branch from a327c21 to 83d470f Compare May 29, 2024 08:41
@threeal threeal added the fix label May 29, 2024
@threeal threeal marked this pull request as ready for review May 29, 2024 08:56
@threeal threeal merged commit 06e4f37 into main May 29, 2024
2 checks passed
@threeal threeal deleted the improve-func-args-handling branch May 29, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Harvested
Development

Successfully merging this pull request may close these issues.

Improve Function Arguments Handling
1 participant