xrdp/tests/common
matt335672 57bd1be5b1 Disable stdout buffering for LOG() when running tests
Normally the test runners run in 'forking mode'. When a lot of
messages are logged to stdout, the child process can still be writing
data when the parent writes 'ok' or 'not ok'. This can confuse
the tap-driver.sh process.
2023-01-30 14:31:16 +00:00
..
Makefile.am common: add function to convert from Microsoft's GUID to string 2022-11-01 19:24:02 +09:00
test_base64.c Implement base64 without openssl 2022-01-28 12:23:40 +00:00
test_common_main.c Disable stdout buffering for LOG() when running tests 2023-01-30 14:31:16 +00:00
test_common.h common: add function to convert from Microsoft's GUID to string 2022-11-01 19:24:02 +09:00
test_guid.c guid_new() returns GUIDs compatible with RFC4122 2022-11-10 14:19:19 +00:00
test_os_calls.c Fix problems with check 0.15.2 (F36) 2022-01-19 11:08:13 +00:00
test_ssl_calls.c Implement base64 without openssl 2022-01-28 12:23:40 +00:00
test_string_calls.c common: add function to convert from Microsoft's GUID to string 2022-11-01 19:24:02 +09:00