aboutsummaryrefslogtreecommitdiff
path: root/tests/client/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-10-05Assorted changes to make the proxycommand test passJakub Jelen1-2/+2
Cherry-picked from the following commit: e4653b82bdb63469fd7279cc2b37c48a9d838665
2018-10-05Assorted changes to make the sftp_read test workingJakub Jelen1-2/+2
CHerry-picked from the following commit: 571f547556ad9e2aee38ce894057cca042e8f154
2018-10-05Assorted changes to make the sftp_dir test workingJakub Jelen1-1/+6
Cherry-picked from the following commit: af3de262b69f44ba84009b9aba644b5f1cf3b1a7
2018-10-05Assorted changes to make the torture_forward test passJakub Jelen1-2/+2
Cherry-picked from the following commit: be25b58380d8dc7106864102059da58e6c5899e9
2018-10-05Assorted changes to make torture_request_env passJakub Jelen1-2/+2
Cherry-picked from the following commit: 4bc6af6c1756c347f46b8a3374d66eb632fad9b7
2018-10-05Assorted changes to make knownhosts test workJakub Jelen1-2/+2
Cherry-picked from the following commit: b65dcb3a358aa432c8f455de9a04d3c8d6cd9766
2018-10-05Assorted changes from master to make torture_algorithms test workingJakub Jelen1-1/+22
Cherry-picked from the following commits: cbd75c3e350e2e0e5589d4865f31101588da0473 3014e3c458dee09ebf1deae560c354eb1ecdd703
2013-10-23tests: Add a sftp_read blocking test.Andreas Schneider1-0/+1
2013-10-20tests: Add a test for ssh_channel_request_env().Andreas Schneider1-0/+1
2013-10-20tests: Add torture forward test.Andreas Schneider1-0/+1
2012-12-27Report according status when errors are detectedAris Adamantiadis1-0/+1
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider1-7/+7
cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
2011-02-06tests: Added test for sftp directory functions.Andreas Schneider1-0/+1
2011-01-13New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis1-0/+1
2010-12-28tests: Added a torture_sftp_static test.Andreas Schneider1-0/+3
2010-12-28tests: Migrated torture_proxycommand to cmockery.Andreas Schneider1-1/+1
2010-12-28tests: Migrated torture_knownhosts to cmockery.Andreas Schneider1-1/+1
2010-12-28tests: Migrated torture_auth to cmockery.Andreas Schneider1-1/+1
2010-12-28tests: Migrated torture_algorithms to cmockery.Andreas Schneider1-1/+1
2010-12-28tests: Moved torture_knownhosts to client tests.Andreas Schneider1-0/+1
2010-12-28tests: Start to migrate tests to cmockery.Andreas Schneider1-3/+3
https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework
2010-06-03tests: Moved proxycommand test to client tests.Andreas Schneider1-0/+1
2010-06-03tests: Move client tests to a seperate directory.Andreas Schneider1-0/+4
Tests which require a running sshd should go to tests/client.