[hamradio-commits] [gnss-sdr] 43/303: Fix Google Test name usage

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit bbf6a2b7af53e1814af7674df52ee2d6a05fc994
Author: Carles Fernandez <carlesfernandez at gmail.com>
Date:   Fri Sep 23 22:22:19 2016 +0200

    Fix Google Test name usage
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 01b9fe8..73e795a 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ $ sudo ldconfig
 
 
 
-#### Build the [Google C++ Testing Framework](https://github.com/google/googletest "Googletest Homepage"), also known as googletest:
+#### Build the [Google C++ Testing Framework](https://github.com/google/googletest "Googletest Homepage"), also known as Google Test:
 
 ~~~~~~
 $ wget https://github.com/google/googletest/archive/release-1.8.0.zip
@@ -178,13 +178,13 @@ $ cmake -DBUILD_GTEST=ON -DBUILD_GMOCK=OFF .
 $ make
 ~~~~~~
 
-Please **DO NOT install** googletest (do *not* type ```sudo make install```). Every user needs to compile his tests using the same compiler flags used to compile the installed Google Test libraries; otherwise he may run into undefined behaviors (i.e. the tests can behave strangely and may even crash for no obvious reasons). The reason is that C++ has this thing called the One-Definition Rule: if two C++ source files contain different definitions of the same class/function/variable, and y [...]
+Please **DO NOT install** Google Test (do *not* type ```sudo make install```). Every user needs to compile his tests using the same compiler flags used to compile the installed Google Test libraries; otherwise he may run into undefined behaviors (i.e. the tests can behave strangely and may even crash for no obvious reasons). The reason is that C++ has this thing called the One-Definition Rule: if two C++ source files contain different definitions of the same class/function/variable, and  [...]
 
 ~~~~~~
 export GTEST_DIR=/home/username/googletest-release-1.8.0/googletest
 ~~~~~~
 
-changing /home/username/googletest-release-1.8.0/googletest by the actual directory where you built googletest.
+changing `/home/username/googletest-release-1.8.0/googletest` by the actual directory where you built googletest.
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list