Skip to content

Commit

Permalink
readme: complete unit test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanTheGeek authored and paulbartell committed Dec 14, 2023
1 parent 1750a5b commit 00ab5b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ To build unit tests, the submodule dependency of CMock is required. Use the
following command to clone the submodule:

```
git submodule update --checkout --init --recursive test/unit-test/CMock source/dependency/coreJSON
git submodule update --checkout --init --recursive test/unit-test/CMock source/dependency/coreJSON source/dependency/3rdparty/tinycbor
```

### Platform Prerequisites

- Linux
- For building the library, **CMake 3.13.0** or later and a **C90 compiler**.
- For running unit tests, **Ruby 2.0.0** or later is additionally required for
the CMock test framework (that we use).
Expand Down

0 comments on commit 00ab5b3

Please sign in to comment.