linuxfromscratch:rangeoverpackages:cmocka

문서의 이전 판입니다!


an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.

* A C compiler * CMake >= 3.5.0.

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=[Release | Debug | MiniSizeRel RelWithDebInfo} ..
make
as root
make install

  • linuxfromscratch/rangeoverpackages/cmocka.1713794688.txt.gz
  • 마지막으로 수정됨: 2024/04/22 14:04
  • 저자 baecy