com um clique
run-unit-tests
Build and run Proxy Verifier unit tests with CMake and CTest.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Build and run Proxy Verifier unit tests with CMake and CTest.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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/.