Updated contribution road map
This commit is contained in:
parent
bf2bd1fe9a
commit
923d8663f4
1 changed files with 7 additions and 1 deletions
|
@ -33,9 +33,15 @@ be merged.
|
||||||
|- .cmake/: CMake modules
|
|- .cmake/: CMake modules
|
||||||
|- dependencies/: dependencies for building libcriterion
|
|- dependencies/: dependencies for building libcriterion
|
||||||
|- doc/: Sphinx documentation files
|
|- doc/: Sphinx documentation files
|
||||||
|
|- dev/: Developer files
|
||||||
|- include/criterion/: Public API
|
|- include/criterion/: Public API
|
||||||
|- src/: Sources for libcriterion
|
|- src/: Sources for libcriterion
|
||||||
| `- log/: Output providers, all the output logic in general
|
| |- compat/: Cross-platform abstractions for platform-dependent code
|
||||||
|
| |- core/: Core mechanisms used to run the tests
|
||||||
|
| |- entry/: Entry-point related sources, and default main function
|
||||||
|
| |- io/: IO related functions, redirections
|
||||||
|
| |- log/: Output providers, all the output logic in general
|
||||||
|
| `- string/: String manipulation functions, i18n
|
||||||
|- po/: Translation files, i18n stuff
|
|- po/: Translation files, i18n stuff
|
||||||
|- test/: Unit tests for libcriterion
|
|- test/: Unit tests for libcriterion
|
||||||
`- samples/: Sample files
|
`- samples/: Sample files
|
||||||
|
|
Loading…
Add table
Reference in a new issue