macOS
brew install cxxtestlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cxxtest in AI-Agent-Workflows.
Installation
brew install cxxtestlocal Homebrew formula metadata
sudo apt install cxxtestDebian stable package indexes · cxxtest · Quelle: deb.debian.org
sudo dnf install cxxtestFedora Rawhide package metadata · cxxtest · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#cxxtestnixpkgs package indexes · pkgs/by-name/cx/cxxtest/package.nix · Quelle: api.github.com
Überblick
C++ unit testing framework similar to JUnit, CppUnit and xUnit
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
cxxtestgen | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/CxxTest/cxxtest
Installationsmetadaten
| Paketschlüssel | brew:cxxtest |
|---|---|
| Version | 4.4 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/cxxtest |
| Homepage | https://github.com/CxxTest/cxxtest |
| Repository | https://github.com/CxxTest/cxxtest |
| Upstream-Dokumentation | http://cxxtest.com/ |
| Lizenz | LGPL-3.0-only |
| Quellarchiv | https://github.com/CxxTest/cxxtest/releases/download/4.4/cxxtest-4.4.tar.gz |
| Zuletzt aktualisiert | 2026-06-28T01:06:15-04:00 |
| Pulse | updated |
| Abhängigkeiten | python@3.14 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-docQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.