Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Googletest: Difference between revisions

From ZeroWiki
imported>qa22ahj
No edit summary
 
imported>qa22ahj
No edit summary
Line 1: Line 1:
= Google Test Framework =  
= Google Test Framework =  


[https://code.google.com/p/googletest/]
cpp 기반의 테스트 프레임워크이며 Linux기준에서 간편하게 사용할수 있다.
cpp 기반의 테스트 프레임워크이며 Linux기준에서 간편하게 사용할수 있다.



Revision as of 04:58, 6 November 2013

Google Test Framework

[1] cpp 기반의 테스트 프레임워크이며 Linux기준에서 간편하게 사용할수 있다.

설치

Linux

  • Fedora
# sudo yum install gtest gtest-devel
  • From Source
    1. [2]에서 최신버전을 받는다.
    2. 압축을 푼다
make

사용법

계속작성중