Skip to content

Commit 303e78a

Browse files
committed
Update README
1 parent 39180ce commit 303e78a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ To build and run unit tests for a specific library:
6464
task test-<lib_name>
6565
```
6666

67+
As a top-level CMake project, `ystdlib-cpp` always builds unit tests. When included as a subproject,
68+
it respects the parent-scope `BUILD_TESTING` flag. In either case, you can turn off unit test
69+
building by setting option `YSTDLIB_CPP_BUILD_TESTING` to off.
70+
6771
## Linting
6872
Before submitting a pull request, ensure you’ve run the linting commands below and have fixed all
6973
violations and suppressed all warnings.

0 commit comments

Comments
 (0)