Create integration test for command-line tools #552
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
help wanted
An important and awaited task but we have no human resources for it yet
much-needed
This issue is needed most among other help-wanted issues
rt-tests
Real-time tests
tests
It would be nice to add integration tests for our command-line tools:
roc-send
androc-recv
. Currently they are not covered with tests, and sometimes a breakage remains unnoticeable for a while.These tests will live in a separate repo: rt-tests.
A test will basically generate a wav file, and run roc-send to send it and roc-recv to receive it and record to a new wav file, and then compare original and received files.
For further details please refer to the issue in rt-tests: roc-streaming/rt-tests#4
See also: #551.
The text was updated successfully, but these errors were encountered: