Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qookei/telesto


https://github.com/qookei/telesto

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Telesto

TODO

## Building tests

To build tests, first clone all submodules with:
```
$ git submodule update --init
```

Then, create the build directory with tests enabled using meson:
```
$ meson builddir -Dbuild_tests=true
```

And finally, compile and run the tests using ninja:
```
$ ninja -C builddir test
```