Automic VaultAutomic Vault

brew

cxxtest mit Homebrew, apt, dnf, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cxxtest in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install cxxtest

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install cxxtest

Debian stable package indexes · cxxtest · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install cxxtest

Fedora Rawhide package metadata · cxxtest · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#cxxtest

nixpkgs package indexes · pkgs/by-name/cx/cxxtest/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

C++ unit testing framework similar to JUnit, CppUnit and xUnit

Befehle und Aliase

  • cxxtestgen

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2002: Version 2.7.0 released with embedded test suites.
  • 2003: Version 2.8.0 started the recorded version history.
  • 2011: Version 4.0 replaced Perl scripting with Python and introduced a refreshed user guide.
  • 2014: Version 4.4 shipped Windows, SCons, and formatter fixes.

Related projects

  • CxxTest presents itself alongside JUnit, CppUnit, and xUnit-style testing frameworks.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
cxxtestgencliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version4.4
Manager aktualisiert2026-06-28
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/CxxTest/cxxtest

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:cxxtest
Version4.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/cxxtest
Homepagehttps://github.com/CxxTest/cxxtest
Repositoryhttps://github.com/CxxTest/cxxtest
Upstream-Dokumentationhttp://cxxtest.com/
LizenzLGPL-3.0-only
Quellarchivhttps://github.com/CxxTest/cxxtest/releases/download/4.4/cxxtest-4.4.tar.gz
Zuletzt aktualisiert2026-06-28T01:06:15-04:00
Pulseupdated
Abhängigkeitenpython@3.14
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecxxtest
Version Scheme0
Revision3
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

cxxtest 4.4+git171022-2

lightweight xUnit-like framework for C/C++ applications

https://cxxtest.com/

sudo apt install cxxtest
  • Section: devel
  • Architecture: all
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Cxxtest
Debian stable package indexes · deb.debian.org · Debian stable package indexes: cxxtest from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

cxxtest

nix profile install nixpkgs#cxxtest
  • normalized package name match
  • Abgeglichen nach: Cxxtest
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cx/cxxtest/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

cxxtest 4.4+git171022-2

lightweight xUnit-like framework for C/C++ applications

https://cxxtest.com/

sudo apt install cxxtest
  • Section: universe/devel
  • Architecture: all
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Cxxtest
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: cxxtest from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

cxxtest 4.4-43.fc45

A JUnit-like testing framework for C++

https://cxxtest.com

sudo dnf install cxxtest
  • License: LGPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: cxxtest
  • 4 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Cxxtest
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: cxxtest from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

cxxtest-doc 4.4-43.fc45

Documentation on how to use CxxTest

https://cxxtest.com

sudo dnf install cxxtest-doc
  • License: LGPL-3.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: cxxtest
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Cxxtest
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: cxxtest-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment