Skip to content

Commit 2edcabd

Browse files
authored
Add test-one usage to CLAUDE.md (#302)
Documents the test-one Makefile target for running individual tests by name.
1 parent d19ce5e commit 2edcabd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Pony dependency manager. Manages `corral.json` (deps/packages/info) and `lock.js
77
```
88
make # build + test (unit + integration)
99
make unit-tests # unit tests only
10+
make test-one t=TestName # run a single test by name
1011
make integration # integration tests only (requires built binary)
1112
make test # both unit and integration
1213
make clean # remove build artifacts

0 commit comments

Comments
 (0)