summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpaviot <tpaviot@gmail.com>2011-08-01 00:31:02 +0200
committerDenis Barbier <bouzim@gmail.com>2011-08-19 21:09:05 +0200
commitdea9496cf7a0dff0594b3134a8249ffeead21277 (patch)
tree54826b8b1b05a852bfdf8c85a6b8bf555b2eb7cd
parentd993f1ee248d72b17af7ed413638f63ed0664d74 (diff)
downloadoce-dea9496cf7a0dff0594b3134a8249ffeead21277.tar.gz
oce-dea9496cf7a0dff0594b3134a8249ffeead21277.zip
oops, fixed wrong folder location
-rw-r--r--test/README6
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.