aboutsummaryrefslogtreecommitdiff
path: root/tests/mock_guest.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/mock_guest.c: Use same integer type (long unsigned int) for comparing ↵Mike Gabriel2021-06-081-1/+1
| | | | string length returned by snprintf() and a sizeof() return value.
* tests/mock_*.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-9/+14
| | | | | | | | | | | | | | | | | | | | This resolves: mock_pam.c: In function 'fake_conv': mock_pam.c:22:20: error: unused parameter 'num_msg' [-Werror=unused-parameter] 22 | int fake_conv (int num_msg, const struct pam_message **msg, | ~~~~^~~~~~~ mock_pam.c:23:39: error: unused parameter 'appdata_ptr' [-Werror=unused-parameter] 23 | struct pam_response **resp, void *appdata_ptr) | ~~~~~~^~~~~~~~~~~ mock_pam.c: In function 'fake_conv_empty_password': mock_pam.c:51:35: error: unused parameter 'num_msg' [-Werror=unused-parameter] 51 | int fake_conv_empty_password (int num_msg, const struct pam_message **msg, | ~~~~^~~~~~~ mock_pam.c:52:39: error: unused parameter 'appdata_ptr' [-Werror=unused-parameter] 52 | struct pam_response **resp, void *appdata_ptr) | ~~~~~~^~~~~~~~~~~ cc1: all warnings being treated as errors
* tests/mock_guest.c: Remove comment that is no longer true.Mike Gabriel2018-05-061-1/+0
|
* unit tests: Fix build and re-enable them.Mike Gabriel2018-05-051-2/+0
|
* tests/{mock_guest.c,test-freerdp-wrapper.cc}: Fix namespace (freerdp -> ↵Mike Gabriel2018-01-121-2/+2
| | | | freerdp2).
* White-space clean-up.Mike Gabriel2017-12-071-1/+1
|
* Improving the test coverage for libpam-freerdpIftikhar Ahmad2012-10-161-0/+71
|
* Steal a bunch of test infrastructure from libpam-icaclientTed Gould2012-09-191-0/+51