-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Restructure codebase and update build configuration #47
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 tasks
marcransome
changed the title
Add unit tests
Add unit tests and update build configuration
Aug 26, 2022
marcransome
force-pushed
the
unit-tests
branch
from
August 29, 2022 19:48
99fd1a8
to
48629ee
Compare
marcransome
force-pushed
the
unit-tests
branch
from
November 18, 2022 19:09
9b647f2
to
ab7ae85
Compare
marcransome
changed the title
Add unit tests and update build configuration
Restructure codebase and update build configuration
Feb 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
getopt
tolibpopt
to facilitate unit testing (thecmocka
test framework executes all tests for a given test target in the same process andgetopt
's use of global state makes parsing multiple sets or arguments problematic in this scenario—even when usingoptreset
as described ingetopt(3)
)FlogConfig
instances to simplify testing:exit
is no longer called internally and it is now the responsibility of the caller to check for error conditions and handle them appropriately (as inmain.c
)flog_config_new
returnsNULL
and will seterrno
to an appropriate value for any of several error conditions (seedefs.h
)assert
is conditionally redefined when testing is enabled in order to test for expected assertion failures in tests1.4.0
pending next release milestone