# Unit tests MGOS Application

This directory contains some small unit tests for the `screen` and `widget`
libraries. It is meant to compile and run on the host operating system,
in the author's case this is Ubuntu LTS.

To run the test suite:
```sh
make
./test
```