diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-01-26 19:46:54 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-01-26 19:46:54 +0400 |
| commit | 188429dad3c45643bd3c28ba972c0c982cea502d (patch) | |
| tree | f9e1e3273e69da8930aafe29ca0d4da736dc683c /Makefile.am | |
| parent | tests/session.scm: Fix bug in TC. (diff) | |
| download | guile-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.am | 1 |
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 |
