aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_sanity.cpp
diff options
context:
space:
mode:
authorAlex Chronopoulos <[email protected]>2016-09-22 17:13:39 +1200
committerMatthew Gregan <[email protected]>2016-09-22 17:13:39 +1200
commitd880e44e192520fb7c1ed5a240d52d22972eb892 (patch)
treecccc886cd3d45ad1e2e314fedb681654c0de9804 /test/test_sanity.cpp
parenta317ba01a7b9afa0ba31b77ab9419244ebc4cf23 (diff)
downloadcubeb-d880e44e192520fb7c1ed5a240d52d22972eb892.tar.gz
cubeb-d880e44e192520fb7c1ed5a240d52d22972eb892.zip
opensl: Implement capture and full-duplex streams.
Closes #114.
Diffstat (limited to 'test/test_sanity.cpp')
-rw-r--r--test/test_sanity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp
index de4b6a8..03a8816 100644
--- a/test/test_sanity.cpp
+++ b/test/test_sanity.cpp
@@ -576,6 +576,8 @@ test_drain(void)
cubeb_stream_destroy(stream);
cubeb_destroy(ctx);
+ got_drain = 0;
+ do_drain = 0;
END_TEST;
}