diff options
author | Max Kellermann <max@duempel.org> | 2009-03-10 15:46:55 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-10 15:46:55 +0100 |
commit | 79ef9166df2cf1c431e2bbbd4e19de3de7773324 (patch) | |
tree | 63ef1db845fcf34efd408c95568444d3ae7eda90 /.gitignore | |
parent | 296c1bb3b696b0e57d2d70aedb85cdecd231a787 (diff) | |
download | mpd-79ef9166df2cf1c431e2bbbd4e19de3de7773324.tar.gz mpd-79ef9166df2cf1c431e2bbbd4e19de3de7773324.tar.xz mpd-79ef9166df2cf1c431e2bbbd4e19de3de7773324.zip |
test: added program "run_output"
The "run_output" program can be used to test an audio output plugin in
an isolated environment.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 43aaf5bbb..22a1986e2 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ test/software_volume test/run_decoder test/read_tags test/run_encoder +test/run_output |