Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 563 Bytes

build.md

File metadata and controls

25 lines (18 loc) · 563 Bytes

Building and Testing

Prerequisites

Targets

# run everything
make all

# linters
make checks

# unit tests
make unit-test

# BDD tests
make bdd-test