Skip to content

UmlautSoftwareDevelopmentAccount/AP-Functional-Cluster-Template

Repository files navigation

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