xrdp/tests
Daniel Richard G 1c0c923ad1 Split g_file_open() into _ro() and _rw() variants
Rename g_file_open() to g_file_open_rw(), and add a new g_file_open_ro()
call that wraps the common g_file_open_ex(file, 1, 0, 0, 0) idiom. This
will make the file access mode more explicit in the code.

Change all calls to g_file_open() to the _ro() or _rw() variant as
appropriate, and replace g_file_open_ex(file, 1, 0, 0, 0) with the _ro()
call.

Lastly, add tests for the two new calls to test_os_calls.c (code
courteously provided by matt335672).
2023-05-15 17:38:31 -04:00
..
common Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
libipm Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
libxrdp remove unnecessary include `check.h` 2023-04-28 10:25:21 +08:00
memtest Disable stdout buffering for LOG() when running tests 2023-01-30 14:31:16 +00:00
xrdp Utility functions for xrdp regions and tests 2023-02-13 23:46:39 -05:00
Makefile.am Add libipm test suite 2022-03-15 10:23:27 +00:00
readme.txt added tests directory 2012-01-23 18:44:58 -08:00

readme.txt

this directory contains different tests