From bb7f720d7ff822d8181f26bcfa3de48e4aa02cd1 Mon Sep 17 00:00:00 2001 From: diego oliveira pego Date: Tue, 8 Nov 2022 21:07:18 -0300 Subject: [PATCH] Update on README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ccaeee..5df0922 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ make: *** [/home/cpputest/build/MakefileWorker.mk:458: all] Error 1 -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 @@ -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. - \ No newline at end of file +