diff --git a/tests/README.md b/tests/README.md index 48b88505ef..9c6929761c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -2,9 +2,9 @@ Tests uses CMAKE as teh build infrastructure. Use : -> mkdir build -> cd build -> cmake ../src +> cd src +> cmake . +> make > make test