Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ make: *** [/home/cpputest/build/MakefileWorker.mk:458: all] Error 1

</summary>

Edit cpputest-starter-project/tests/MyFirstTest.cpp and delete the line containing the FAIL. Watch the test pass.
Edit unit-tests/tests/MyFirstTest.cpp and delete the line containing the FAIL. Watch the test pass.

```
compiling MyFirstTest.cpp
Expand All @@ -261,6 +261,6 @@ On that page you'll find the recipe and a number of articles of specific problem

Keep working in small verifiable steps. **It's easier to keep your code working than to fix it after you break it!**

Try the legacy-build script. It is included in the docker image. It will help track down r=dependencies and also generate exploding fakes when you get to linker errors.
Try the legacy-build script. It is included in the docker image. It will help track down dependencies and also generate exploding fakes when you get to linker errors.

</details>
</details>