ワンクリックで
run-unit-tests
Build and run Proxy Verifier unit tests with CMake and CTest.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build and run Proxy Verifier unit tests with CMake and CTest.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Format and build Proxy Verifier.
Write a git commit message and verify formatting before committing.
Create a GitHub pull request from the current branch using the latest commit message for title/body, assign to the current user, and return the PR link.
Run Apache Traffic Server AuTests correctly via autest.sh from tests/autests.
Evaluate current PR review comments, apply valid changes, and prepare suggested replies without posting them.
Read a GitHub issue with gh and produce an implementation and verification plan for ATS.
| name | run-unit-tests |
| description | Build and run Proxy Verifier unit tests with CMake and CTest. |
Proxy Verifier unit tests are built through CMake and run through CTest.
Assume the external libraries are already installed in /opt/pv_libs. If they
are missing, use ../build-pv/SKILL.md first.
Build Proxy Verifier (see ../build-pv/SKILL.md) and then run the unit tests from the repo root:
cmake --preset dev-external
cmake --build --preset dev-external --parallel
ctest --preset dev-external
PV_DEPS_ROOT=/opt/pv_libs.build/<preset>/bin/.