Skip to content

Commit 304fd50

Browse files
authored
Add test-one usage to CLAUDE.md (#71)
Documents the test-one Makefile target for running individual tests by name.
1 parent 2164cf8 commit 304fd50

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
@@ -5,6 +5,7 @@
55
```
66
make ssl=3.0.x # build and run tests (OpenSSL 3.x)
77
make ssl=1.1.x # build and run tests (OpenSSL 1.1.x)
8+
make test-one t=TestName ssl=3.0.x # run a single test by name
89
make ssl=libressl # build and run tests (LibreSSL)
910
make clean # clean build artifacts
1011
```

0 commit comments

Comments
 (0)