2019년 6월 13일 목요일

CPPUTEST 우분투16.04 설치


  1.  CPPUTEST 다운로드 
    1. 다운로드 주소 ( https://github.com/cpputest/cpputest )
    2. V3.7.2 다운로드
    3. cpputest site ( https://cpputest.github.io/ )
  2. 설치
    1. GitHub에서 다운로드 후 압축을 풀어준다.
      1. $ tar xfz cpputest-3.7.2.tar.gz
      2. $ cd cpputest-3.7.2
    2. cpputest_build로 이동 후 설치진행한다.
      1.  $ autoreconf .. -i
      2. $ ../configure
      3. $ make
      4. $ make install 
    3. lib 폴더 링크 걸기
      1. ln -s cpputest_build/lib ./lib

댓글 없음:

댓글 쓰기

VITIS Git + Doxygen Config

 Doxygen Configure 1. Vitis 메뉴의 Window->Preference의 C/C++ -> Editor의 Documentation tool comments 기본 설정값을 Doxygen으로 변경 설정 후 함수 바로 위에서 /...