Skip to content

Commit 67adeb2

Browse files
committed
AGENTS: add building and testing info
1 parent cf2bbe7 commit 67adeb2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,21 @@ When reviewing changes (code, tests, build scripts, documentation, workflows), e
3535
- Flag any unclear invariants, missing comments, or undocumented assumptions.
3636

3737
Other suggestions and improvements are welcome as long as they are constructive, actionable, and help improve quality, security, and maintainability.
38+
39+
## Building
40+
41+
This repository uses out-of-source CMake builds. Common build directories live under `build/`, e.g.:
42+
43+
- `build/debug`
44+
- `build/release`
45+
46+
If a build directory already exists, build it directly:
47+
48+
- `cmake --build build/debug`
49+
50+
## Testing
51+
52+
All tests can be run via CTest. Make sure the build is up to date.
53+
54+
- `ctest --test-dir build/debug --output-on-failure`
55+
- to filter tests use `-R <regex>`

0 commit comments

Comments
 (0)