Skip to content

Commit d41dabb

Browse files
committed
docs(gtest): #24: updated test launch instructions
1 parent 840addd commit d41dabb

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,7 @@ The project presents an example of test implementation using GTest tools. Test f
5050

5151
### How to run tests
5252

53-
To run tests, go to the `build/Debug` directory, and then run the `ctest` command in the terminal (`Ctrl + Shift + ~`).
54-
55-
Alternatively, use the CMake Tools Extension in VS Code. To do this, open the CMake Tools Extension and click `Test`, after configuring and building the project.
56-
<p style="text-align: center;"><img src="docs/images/cmakeTests.png" alt="cmakeTests" width="400"/></p>
57-
58-
### How to run an application build without tests
59-
60-
To build the project without building the tests, run the command `SKIPTESTS=TRUE conan build . --build=missing`. During the build process, you will see the line `UNIT TESTS DISABLED` in the logs.
53+
To run tests, go to the `build/Debug/test` directory, and then run the `ctest` command in the terminal (`Ctrl + Shift + ~`).
6154

6255
## Working with ORM+Migration.
6356

docs/images/cmakeTests.png

-118 KB
Binary file not shown.

0 commit comments

Comments
 (0)