macOS
brew install cxxtestlocal Homebrew formula metadata
brew
C++ unit testing framework similar to JUnit, CppUnit and xUnit. Version 4.4 via Homebrew; verified 2026-06-28.
install
brew install cxxtestlocal Homebrew formula metadata
sudo apt install cxxtestDebian stable package indexes · cxxtest · source: deb.debian.org
sudo dnf install cxxtestFedora Rawhide package metadata · cxxtest · source: dl.fedoraproject.org
nix profile install nixpkgs#cxxtestnixpkgs package indexes · pkgs/by-name/cx/cxxtest/package.nix · source: api.github.com
overview
C++ unit testing framework similar to JUnit, CppUnit and xUnit
history
CxxTest is a C++ unit testing framework in the xUnit family, positioned by its README as similar in spirit to JUnit, CppUnit, and xUnit while avoiding a precompiled testing library.
The project's own release log records CxxTest releases back to 2002, with version 2.7.0 adding embedded test suites and version 2.8.0 beginning the maintained version history in early 2003. Through the 3.x line it accumulated portability work for compilers and GUI runners, then version 4.0 in 2011 moved the scripting side from Perl to Python and refreshed the installation and user guide.
CxxTest's adoption niche has been C++ projects that wanted generated test runners and xUnit-style assertions without forcing a separate library build or advanced C++ features. Its package-manager presence across Homebrew, Debian, Fedora, Nix, and Ubuntu reflects a mature testing utility kept available for existing C++ build workflows.
Typical use starts with a header declaring a CxxTest::TestSuite, then runs cxxtestgen to generate a C++ test runner that is compiled with the user's normal compiler. That generator-centric flow made it friendly to Make, SCons, and distribution packaging because the installed executable is the key tool.
For package maintainers, CxxTest is a compact example of an older C++ test framework whose packaging value is mostly in a generator script, headers, documentation, and compatibility with many C++ compilers rather than a runtime library.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cxxtestgen | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/CxxTest/cxxtest
install metadata
| Package key | brew:cxxtest |
|---|---|
| Version | 4.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cxxtest |
| Homepage | https://github.com/CxxTest/cxxtest |
| Repository | https://github.com/CxxTest/cxxtest |
| Upstream docs | http://cxxtest.com/ |
| License | LGPL-3.0-only |
| Source archive | https://github.com/CxxTest/cxxtest/releases/download/4.4/cxxtest-4.4.tar.gz |
| Last updated | 2026-06-28T01:06:15-04:00 |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cxxtest |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cxxtest 4.4+git171022-2
lightweight xUnit-like framework for C/C++ applications
sudo apt install cxxtestcxxtest
nix profile install nixpkgs#cxxtestcxxtest 4.4+git171022-2
lightweight xUnit-like framework for C/C++ applications
sudo apt install cxxtestcxxtest 4.4-43.fc45
A JUnit-like testing framework for C++
sudo dnf install cxxtestcxxtest-doc 4.4-43.fc45
Documentation on how to use CxxTest
sudo dnf install cxxtest-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.