Skip to content

Commit

Permalink
added build target before test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Dec 17, 2021
1 parent 22e0e0c commit bee8a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Building and running unit tests using cmake for OSX and Linux:

```
$ cmake -S . -B build/Release -DCMAKE_BUILD_TYPE=Release
$ cmake --build build/Release -t test
$ cmake --build build/Release -t all test
```

Building and running unit tests using cmake for Windows from the command line:
Expand Down

0 comments on commit bee8a46

Please sign in to comment.