diff options
author | Max Kellermann <max@duempel.org> | 2009-04-13 19:18:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-13 19:18:10 +0200 |
commit | 99a88988d57d5da5888eb1b82479a8600be6df2f (patch) | |
tree | 3724183e7100b4f720d3da7a332adb780fb31555 /.gitignore | |
parent | e18d67338b94831271672e174f8b1091be510eb5 (diff) | |
download | mpd-99a88988d57d5da5888eb1b82479a8600be6df2f.tar.gz mpd-99a88988d57d5da5888eb1b82479a8600be6df2f.tar.xz mpd-99a88988d57d5da5888eb1b82479a8600be6df2f.zip |
test: added run_input test program
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 21cbeac81..4e32de1b2 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ test/read_tags test/run_encoder test/run_output test/read_conf +test/run_input |