Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qookei/telesto
https://github.com/qookei/telesto
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qookei/telesto
- Owner: qookei
- License: zlib
- Created: 2020-12-26T13:03:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T22:45:59.000Z (over 3 years ago)
- Last Synced: 2024-11-13T16:27:19.696Z (2 months ago)
- Language: C++
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```