Skip to content

Commit

Permalink
Update ReadMe for steps to build Unit Tests (#86)
Browse files Browse the repository at this point in the history
* Update ReadMe for steps to build Unit Tests

* Fix spell check
  • Loading branch information
kar-rahul-aws authored May 6, 2024
1 parent 190d950 commit 6688f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/.cSpellWords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Cmock
Coverity
DCMOCK
DNDEBUG
DUNITTEST
MISRA
Misra
RSTR
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ git submodule update --checkout --init --recursive test/unit-test/CMock
1. Go to the root directory of this repository. (Make sure that the **CMock**
submodule is cloned as described [above](#checkout-cmock-submodule))

1. Run the _cmake_ command: `cmake -S test -B build -DBUILD_UNIT_TESTS=ON`
1. Run the _cmake_ command: `cmake -S test -B build -DUNITTEST=ON`

1. Run this command to build the library and unit tests: `make -C build all`

Expand Down

0 comments on commit 6688f70

Please sign in to comment.