diff options
author | Paul Adenot <[email protected]> | 2016-02-05 18:34:58 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2016-02-06 06:29:26 +0100 |
commit | 9908ee192f830349e0fe230deb71f2f7c6855c9b (patch) | |
tree | 6633c331baa19b02fb0f0796d7a89108b8d12e27 /.gitignore | |
parent | f73b4fc1e0babc21bc5a5b98cd417fabc7aed45b (diff) | |
download | cubeb-9908ee192f830349e0fe230deb71f2f7c6855c9b.tar.gz cubeb-9908ee192f830349e0fe230deb71f2f7c6855c9b.zip |
Add a smoke test for input-only streams.
This only checks we have non-silence audio for 500ms.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ test/test_devices test/test_devices.exe test/test_resampler test/test_resampler.exe +test/test_record +test/test_record.exe test/test_utils test/test_utils.exe include/cubeb/cubeb-stdint.h |