UmlautSoftwareDevelopmentAccount / AP-Functional-Cluster-Template

The template repository for Adaptive Platform Functional Cluster
MIT License
2 stars 10 forks source link
cpp meson modern-cpp

AP-Functional-Cluster-Template

Build Status codecov

The template repository for Adaptive Platform Functional Cluster

Building project

mkdir build && cd build
meson setup
ninja

Running tests and collecting test coverage

Run tests and coverage:
ninja test
ninja coverage-html