summaryrefslogtreecommitdiff
path: root/glib/tests/testing-helper.c
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Use test print handler to write subprocess outputMarco Trevisan (Treviño)2023-01-201-1/+57
* gtestutils: Define a custom g_print handler for TAPMarco Trevisan (Treviño)2023-01-201-0/+14
* gtestutils: Do not allow newlines in Bail out! messagesMarco Trevisan (Treviño)2023-01-171-1/+1
* testing: Add TAP test for Bail out! messagesMarco Trevisan (Treviño)2023-01-171-0/+15
* gtestutils: Write g_test_message() output in a single operationMarco Trevisan (Treviño)2023-01-171-2/+2
* tests/testing, testing-helper: Add test to check g_test_message on TAPMarco Trevisan (Treviño)2023-01-171-0/+12
* tests: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtestutils: Handle empty argv array passed to g_test_init()Philip Withnall2022-02-111-0/+18
* gtestutils: Allow failing a test with a printf-style messageSimon McVittie2021-08-191-0/+10
* gtestutils: Allow skipping tests with a printf-style messageSimon McVittie2021-08-191-0/+24
* Introduce new options -r (or --run-prefix) and -x (or --skip-prefix)Frederic Martinsons2020-11-301-1/+6
* gtestutils: Add g_test_summary() to add summary metadata to unit testsPhilip Withnall2019-05-211-0/+12
* tests: Set locale in gtestutils tests to allow UTF-8 outputPhilip Withnall2019-05-211-0/+3
* gtestutils: Add regression test for combining -s with --tapSimon McVittie2019-04-291-0/+10
* testsuite: use binary mode for stdout on WindowsРуслан Ижбулатов2019-02-131-0/+13
* testing: Exercise TAP outputSimon McVittie2018-08-071-0/+97