Advertisement
garag

cmake_gtest_foo_test

Nov 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.95 KB | None | 0 0
  1. axis@axis-mad:~/Work/test_cpp/build$ cmake ..
  2. -- The C compiler identification is GNU 5.4.0
  3. -- The CXX compiler identification is GNU 5.4.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Found Git: /usr/bin/git (found version "2.7.4")
  13. -- Configuring done
  14. -- Generating done
  15. -- Build files have been written to: /home/axis/Work/test_cpp/build/googletest-download
  16. Scanning dependencies of target googletest
  17. [ 11%] Creating directories for 'googletest'
  18. [ 22%] Performing download step (git clone) for 'googletest'
  19. Clonage dans 'googletest-src'...
  20. Déjà sur 'master'
  21. Votre branche est à jour avec 'origin/master'.
  22. [ 33%] No patch step for 'googletest'
  23. [ 44%] Performing update step for 'googletest'
  24. Déjà sur 'master'
  25. Votre branche est à jour avec 'origin/master'.
  26. [ 55%] No configure step for 'googletest'
  27. [ 66%] No build step for 'googletest'
  28. [ 77%] No install step for 'googletest'
  29. [ 88%] No test step for 'googletest'
  30. [100%] Completed 'googletest'
  31. [100%] Built target googletest
  32. MESSAGE CMAKE_BINARY_DIR: /home/axis/Work/test_cpp/build
  33. -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
  34. -- Looking for include file pthread.h
  35. -- Looking for include file pthread.h - found
  36. -- Looking for pthread_create
  37. -- Looking for pthread_create - not found
  38. -- Looking for pthread_create in pthreads
  39. -- Looking for pthread_create in pthreads - not found
  40. -- Looking for pthread_create in pthread
  41. -- Looking for pthread_create in pthread - found
  42. -- Found Threads: TRUE  
  43. -- Test case source files/home/axis/Work/test_cpp/test/test_foo.c
  44. -- Configuring done
  45. -- Generating done
  46. -- Build files have been written to: /home/axis/Work/test_cpp/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement