1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-25 03:41:56 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
693425afab tests: Check error of ssh_userauth_kbdint(). 2011-05-28 13:31:17 +02:00
82798035fc tests: Remove superfluous closedir(). 2011-05-28 13:28:49 +02:00
809b3adeba Fix compilation without server and sftp modes 2011-05-26 21:56:42 +02:00
e3311d03db tests: Fixed some cppcheck warnings. 2011-05-17 14:20:28 +02:00
cbcd5668f5 torture: Fixed torture on Windows. 2011-02-13 11:56:47 +01:00
f5e2c94ae3 torture: Fixed memory leak. 2011-02-08 19:08:27 +01:00
057704c097 torture: Added more test for correct auth. 2011-02-07 13:31:31 +01:00
92f20ec85a torture: Fixed the kbdint auth. 2011-02-07 13:31:08 +01:00
a26194ece0 torture: Rename the static auth kbdint function. 2011-02-07 13:30:23 +01:00
22b1e5bc7c tests: Added test for sftp directory functions. 2011-02-06 16:35:54 +01:00
38d6d38c1f torture: Added a function to setup a sftp session. 2011-02-06 16:27:43 +01:00
215c41710e torture: Added torture_isdir(). 2011-02-06 15:35:18 +01:00
97d261dc79 torture: Added torture_rmdirs(). 2011-02-06 15:35:18 +01:00
892ebf35f1 torture: Added GPL header. 2011-02-06 15:34:32 +01:00
05cd7296ba tests: Added a torture_ssh_session(). 2011-02-06 11:15:05 +01:00
2917e71aad Replaced argp support for platforms that support it
Argp is really useful, but it's not mandatory.
2011-01-13 18:34:04 +01:00
2faaefade9 Revert "tests: Call ssh_init() and ssh_finalize() before we run the tests."
Reason: breaks test_rand, because threading has to be initialized
before ssh_init()

This reverts commit ef1866db76.
2011-01-02 17:15:03 +01:00
ef1866db76 tests: Call ssh_init() and ssh_finalize() before we run the tests. 2011-01-02 09:19:53 +01:00
4728ac54fc build: Fixed some build warnings. 2010-12-30 12:12:34 +01:00
635a263f64 tests: Migrate the torture library to cmockery. 2010-12-28 22:14:47 +01:00
4fbe572c02 Added verbosity flag for unit tests 2010-05-18 23:02:41 +02:00
f95157297e Factorize all the main functions in unit tests 2010-05-18 22:25:06 +02:00
464176d511 Added unit testing support using check. 2010-03-02 13:54:14 +01:00