diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-08-19 23:38:21 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-08-19 23:38:21 +0400 |
| commit | f7318c63ef3cc853a81c2240466d565bc3e6c96d (patch) | |
| tree | 1bc34c9498488dbe705b882bb94503ccaeb7f916 /tests | |
| parent | tests/key.scm ("string->public-key, RSA, gc test"): New TC (diff) | |
| download | guile-ssh-f7318c63ef3cc853a81c2240466d565bc3e6c96d.tar.gz | |
tests/Makefile.am (CLEANFILES): Add 'key-*.log' files
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d79be60..f791aa7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -97,6 +97,8 @@ CLEANFILES = \ client-server-libssh.log \ dist-errors.log \ dist-libssh.log \ + key-errors.log \ + key-libssh.log \ popen-errors.log \ popen-libssh.log \ server-client-errors.log \ |
