diff options
-rw-r--r-- | test/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README b/test/README index 79495524..b77d5eb4 100644 --- a/test/README +++ b/test/README @@ -4,9 +4,9 @@ In order to run tests, you have to compile GoogleTest from the source code available in the folder oce/test/gtest-1.6.0 You just have to : -$cd src/gtest-1.6.0/lib -$ cmake .. -$ make -j2 +$cd src/test/gtest-1.6.0/lib +$cmake .. +$make -j2 And that's all. After that, the CMake builder will find the proper library and headers locations. |