We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39180ce commit 303e78aCopy full SHA for 303e78a
README.md
@@ -64,6 +64,10 @@ To build and run unit tests for a specific library:
64
task test-<lib_name>
65
```
66
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
+
71
## Linting
72
Before submitting a pull request, ensure you’ve run the linting commands below and have fixed all
73
violations and suppressed all warnings.
0 commit comments