macOS
brew install cxxtestlocal Homebrew formula metadata
brew
cxxtest のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install cxxtestlocal Homebrew formula metadata
sudo apt install cxxtestDebian stable package indexes · cxxtest · ソース: deb.debian.org
sudo dnf install cxxtestFedora Rawhide package metadata · cxxtest · ソース: dl.fedoraproject.org
nix profile install nixpkgs#cxxtestnixpkgs package indexes · pkgs/by-name/cx/cxxtest/package.nix · ソース: api.github.com
概要
C++ unit testing framework similar to JUnit, CppUnit and xUnit
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cxxtestgen | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/CxxTest/cxxtest
インストールメタデータ
| パッケージキー | brew:cxxtest |
|---|---|
| バージョン | 4.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/cxxtest |
| ホームページ | https://github.com/CxxTest/cxxtest |
| リポジトリ | https://github.com/CxxTest/cxxtest |
| 上流ドキュメント | http://cxxtest.com/ |
| ライセンス | LGPL-3.0-only |
| ソースアーカイブ | https://github.com/CxxTest/cxxtest/releases/download/4.4/cxxtest-4.4.tar.gz |
| 最終更新 | 2026-06-28T01:06:15-04:00 |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-docソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.