aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
AgeCommit message (Expand)Author
2022-09-16resampler fix glitch in some configurations (#1624)Phil Burk
2022-08-02Tests: Fix unit tests so all tests pass (#1580)Robert Wu
2022-04-15Flowgraph: Sync with internal flowgraph (#1524)Robert Wu
2022-03-23AAudio: add locks around reading and writing (#1497)Robert Wu
2021-07-21oboe: improve DataCallbackResult::Stop handling (#1351)Phil Burk
2021-05-19Add unit tests for testing getFramesWritten returns correctly. (#1276)jiabin
2020-07-14tests: modify testFlowgraph to use new namespacePhil Burk
2020-07-14tests: turn off -fvisibility=hiddenPhil Burk
2020-07-08unit tests: added direct AAudio testPhil Burk
2020-07-08build: use -fvisibility=hiddenPhil Burk
2020-01-27tests: test framesPerCallbackPhil Burk
2019-06-05oboe: use factory class for ResamplersPhil Burk
2019-05-30oboe: fix sample rate converterPhil Burk
2019-05-29OboeTester: add resampler testPhil Burk
2019-04-05oboe tests: test new waitForStateChange behaviorPhil Burk
2019-04-02Fixes #317 also add comment about CMake pathDon Turner
2019-03-27tests: fix cmake and testrunnerPhil Burk
2018-09-05Adding Android headersDon Turner
2018-08-24tests: use $ENV{HOME} instead of hard coded namePhil Burk
2018-07-27Allow setting of default stream valuesDon Turner
2018-07-19Fix stream states for OpenSL ESDon Turner
2018-07-16Adding local path to ANDROID_NDKDon Turner
2018-07-10Add newlineDon Turner
2018-07-10Refactor AudioStream methods to handle closed stateDon Turner
2018-07-10Add empty "stream closed" testsDon Turner
2018-07-03Fix googletest path for latest NDKDon Turner
2018-01-19Adding unit tests and testing scriptDon Turner