-
Timm Fitschen authoredTimm Fitschen authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 645 B
libcaosdb
This is libcaosdb - the CaosDB client library.
Build
We use cmake as build tool.
cmake -B build
cd build
cmake --build .
Unit Tests
Run
Build tests as described above. In the build directory, run ctest
Framework
We use cmocka for unit testing
Coverage
- We use gcov and lcov for generating test coverage reports.
Code Formatting
clang-format -i --verbose **/*.c **/*.h
Documentation
In the build directory, run
-
cmake --build . --target doc-doxygen
(generate Doxygen) -
cmake --build . --target doc-sphinx
(generate Sphinx)