summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-01-26 19:46:54 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-01-26 19:46:54 +0400
commit188429dad3c45643bd3c28ba972c0c982cea502d (patch)
treef9e1e3273e69da8930aafe29ca0d4da736dc683c /Makefile.am
parenttests/session.scm: Fix bug in TC. (diff)
downloadguile-ssh-188429dad3c45643bd3c28ba972c0c982cea502d.tar.gz
Add some unit tests for Guile-SSH server API.
* tests/server.scm: New file. * tests/dsakey, tests/rsakey: : New files. * Makefile.am (SCM_TESTS): Add `server.scm' test.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2adca2f..0c804f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,7 @@ SUBDIRS = src examples build-aux m4
# Tests.
SCM_TESTS = \
+ tests/server.scm \
tests/session.scm \
tests/auth.scm