chris@btk:/tmp/prepared/test_jump_to_location/build$ cmake -G Ninja .. -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/lib/icecc/bin/cc -- Check for working C compiler: /usr/lib/icecc/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/lib/icecc/bin/c++ -- Check for working CXX compiler: /usr/lib/icecc/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /tmp/prepared/test_jump_to_location/build/googletest-download [1/9] Creating directories for 'googletest' [2/9] Performing download step (git clone) for 'googletest' Cloning into 'googletest-src'... Already on 'master' Your branch is up-to-date with 'origin/master'. [3/9] No update step for 'googletest' [4/9] No patch step for 'googletest' [5/9] No configure step for 'googletest' [6/9] No build step for 'googletest' [7/9] No install step for 'googletest' [8/9] No test step for 'googletest' [9/9] Completed 'googletest' -- Found PythonInterp: /usr/bin/python (found version "2.7.13") -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- Configuring done -- Generating done -- Build files have been written to: /tmp/prepared/test_jump_to_location/build chris@btk:/tmp/prepared/test_jump_to_location/build$ ninja [10/10] Linking CXX static library googletest-build/googlemock/libgmock_main.a chris@btk:/tmp/prepared/test_jump_to_location/build$ test/location_test Running main() from gtest_main.cc [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from LocationTest [ RUN ] LocationTest.fail /tmp/prepared/test_jump_to_location/test/location_test.cpp:4: Failure Value of: false Actual: false Expected: true [ FAILED ] LocationTest.fail (0 ms) [----------] 1 test from LocationTest (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (0 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] LocationTest.fail 1 FAILED TEST