-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :)
/bot run checks |
Make sure at around line 15 the the Unit Test directory location exists in this case **../../../libraries** if not add it<br> | ||
|
||
``` cmake | ||
add_subdirectory(../../../libraries libraries) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this just be "add_subdirectory(../../../libraries libraries)"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure if both of them work, the current one is ../../../libraries libraries
it is working just fine
/my/under/test/source/needs | ||
) | ||
``` | ||
This compilation step would create an object library called *project_name_real.a* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This statement is redundant as it was mentioned in point 5.
* Test: Add Unit Test Readme.md * Update README.md Co-authored-by: Alfred Gedeon <[email protected]>
Unit Testing on boarding readme
Description
Steps to follow to onboard unit testing with cmake, cmock and unity
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.