xrdp/tests/common
matt335672 ad5916c5e4 Check waitpid is not interrupted by a signal
Checks that the waitpid() call isn't interrupted by a
signal when the handler for the signal is set to not
interrupt the call
2023-10-09 19:53:16 +01:00
..
Makefile.am Remove dependency on signal() function 2023-10-09 14:05:29 +01:00
test_base64.c Implement base64 without openssl 2022-01-28 12:23:40 +00:00
test_common.h Remove dependency on signal() function 2023-10-09 14:05:29 +01:00
test_common_main.c Remove dependency on signal() function 2023-10-09 14:05:29 +01:00
test_fifo_calls.c Switched os_calls.h and test_common.h include order since HAVE_STDINT_H would get undefined by check.h. 2023-06-04 12:05:33 +02:00
test_guid.c guid_new() returns GUIDs compatible with RFC4122 2022-11-10 14:19:19 +00:00
test_list_calls.c Switched os_calls.h and test_common.h include order since HAVE_STDINT_H would get undefined by check.h. 2023-06-04 12:05:33 +02:00
test_os_calls.c Remove dependency on signal() function 2023-10-09 14:05:29 +01:00
test_os_calls_signals.c Check waitpid is not interrupted by a signal 2023-10-09 19:53:16 +01:00
test_ssl_calls.c Implement base64 without openssl 2022-01-28 12:23:40 +00:00
test_string_calls.c Replace g_strsignal() with g_sig2text() 2023-06-12 16:19:17 +01:00