aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_devices.cpp
AgeCommit message (Expand)Author
2018-10-18 tests: check correctly the audio buffer values range (BMO 1484541). (#461)Alex Chronopoulos
2018-07-19audiounit: Reduce duplicate code in audiounit_stream_get_current_device (#453)Chun-Min Chang
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2018-01-18Don't enumerate private aggregate devices in cubeb_audiounit.cpp (#400)Paul Adenot
2017-05-29cubeb: Test cubeb_device_collection_destroy behaviour.Dan Glastonbury
2017-05-25Rework device collection (#309)Dan Glastonbury
2017-05-23Add backend specification support to common.hDan Glastonbury
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2017-04-06assert everywhere rather than returning a resultChun-Min Chang
2017-04-06Replace cubeb_cleaner and cubeb_stream_cleaner by unique_ptrChun-Min Chang
2017-04-06Using RAII helpers for cubeb context and stream but leaving test_sanity for e...Chun-Min Chang
2017-03-13cubeb-api: Give cubeb_init a third param, backend nameDamien Zammit
2016-11-11Always include "gtest/gtest.h" first.Matthew Gregan
2016-11-11Move gtests under general "cubeb" test case for better Gecko integration.Matthew Gregan
2016-11-11Move tests out of main into their own test.Matthew Gregan
2016-11-11Convert tests to gtests.Matthew Gregan