원클릭으로
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/.