Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-29 | meson: add missing explicit dependency on nlohmann_json | Winter | |
Without this, the Meson setup won't bail out if nlohmann_json is missing, leading to subpar DX (and maybe worse, but I'm not entirely sure). Change-Id: I5913111060226b540dcf003257c99a08e84da0de | |||
2024-03-26 | meson: implement unit tests | Qyriad | |
Unit tests can be run with `meson test -C build --suite check`. `--suite check` is optional, as right now that's the only test suite, but when functional tests are added those will be in a separate suite. Change-Id: I7f22f1cde4b489b3cdb5f9a36a544f0c409fcc1f |