mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix minor typos and spelling mistakes in README.md and related
Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
This commit is contained in:
parent
d64c48855d
commit
f633cb81ae
5 changed files with 16 additions and 16 deletions
|
@ -5,11 +5,11 @@ to compile the source code of the tests and run them.
|
|||
|
||||
1 - create a folder 'build-tests' on the project root directory
|
||||
2 - run cmake ( cmake .. )
|
||||
3 - compile the software by invocking make
|
||||
4 - run the tests by invocking make test
|
||||
3 - compile the software by invoking make
|
||||
4 - run the tests by invoking make test
|
||||
(optional 5) if the tests are failing, a better way to see what's
|
||||
happening is to run ctest -V , this way the tests will still fail,
|
||||
but more verbosically - easyer to track them down.
|
||||
but more verbosely - easier to track them down.
|
||||
|
||||
to create a new test, just implement copy the one provided by
|
||||
example in the tests folder and add the last three lines of the CMakeLists.txt file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue