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

Build unit tests using Unity instead of CMock #40

Merged
merged 10 commits into from
Oct 1, 2020
Prev Previous commit
Next Next commit
Remove -DBUILD_CLONE_SUBMODULES=ON flag from README instructions for …
…building unit tests
  • Loading branch information
yourslab committed Sep 29, 2020
commit c71f148382be12fe225b696874a5d1a744de84c7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ git submodule update --checkout --init --recursive --test/unit-test/Unity

1. Create build directory: `mkdir build && cd build`

1. Run *cmake* while inside build directory: `cmake -S ../test -DBUILD_CLONE_SUBMODULES=ON`
1. Run *cmake* while inside build directory: `cmake -S ../test`

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

Expand Down