1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

22 Commits

Author SHA1 Message Date
43a3becf08 unittests:make sftp_dir pass on my laptop
(cherry picked from commit 7363b29427)
2011-09-02 22:25:26 +02:00
4c05be0c1b Fix compilation without server and sftp modes
(cherry picked from commit 809b3adeba)
2011-06-09 12:16:07 +02:00
8796756ae5 tests: Fixed some cppcheck warnings.
(cherry picked from commit e3311d03db)
2011-05-17 20:57:38 +02:00
2ac664968d torture: Fixed torture on Windows.
(cherry picked from commit cbcd5668f5)
2011-02-13 12:30:33 +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