glib/docs
Philip Withnall 9e45b95816 gtestutils: Add a new g_assert_no_errno() test macro
This is for use in testing POSIX-style functions like `rmdir()`, which
return an integer < 0 on failure, and return their error information in
`errno`.

The new macro prints `errno` and `g_strerror (errno)` on failure.

Includes a unit test.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-03-04 15:32:25 +00:00
..
reference gtestutils: Add a new g_assert_no_errno() test macro 2020-03-04 15:32:25 +00:00
CODEOWNERS CODEOWNERS: Add myself as co-owner of Windows stuff 2019-08-27 12:57:32 +05:30
debugging.txt docs: Drop outdated timestamp and sign-off line 2019-01-15 15:11:43 +00:00
macros.txt docs: Drop pointless leading whitespace 2019-01-15 15:11:43 +00:00