Add simple unit tests #8
Labels
good first issue
Good for newcomers
help wanted
Contributions are welcome
tests
Improvements or additions to tests
Currently we have no unit tests at all.
For some of the components developing a correct test wouldn't be trivial. However we can at least start with adding tests for a few components that can be covered easily:
I suggest to implement tests using Google Test library. We'll have to add it to 3rdparty directory as a submodule and add to CMake like we do it here: https://github.com/roc-streaming/rt-tests/blob/master/CMakeLists.txt#L5-L25
We should also add test step to CI.
The text was updated successfully, but these errors were encountered: