summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-08-19 23:38:21 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-08-19 23:38:21 +0400
commitf7318c63ef3cc853a81c2240466d565bc3e6c96d (patch)
tree1bc34c9498488dbe705b882bb94503ccaeb7f916
parenttests/key.scm ("string->public-key, RSA, gc test"): New TC (diff)
downloadguile-ssh-f7318c63ef3cc853a81c2240466d565bc3e6c96d.tar.gz
tests/Makefile.am (CLEANFILES): Add 'key-*.log' files
-rw-r--r--tests/Makefile.am2
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 \