-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase Coverage #46
Comments
Test on Windows with WAV files with different sample rates? Custom Client so you can adjust all parameters is maybe best. |
Yeah using a custom console app with meson test should do it. |
https://github.com/libcheck/check seems to be a popular choice for opensource c projects. It's being used by gstreamer. |
https://cmocka.org/#features also provides good functionality |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No unit test at the time. Definitely to be a serious project test should be added. Not sure which test framework should be used or is commonly used across open source C projects. Maybe doing a custom client with no framework is better in this case.
The text was updated successfully, but these errors were encountered: