cpputest 4.0
Unit testing and mocking framework for C/C++
CppUTest is a C/C++ based unit xUnit test framework. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project.
- Website: https://cpputest.github.io/
- Licenses: Modified BSD
- Package source: gnu/packages/check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cpputest 4.0
as follows:
guix install cpputest@4.0
Or install the latest version:
guix install cpputest
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.