mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02:00
Add start/stop suite log messages
These will be used in the following commits, when implementing support for TAP as an alternative test driver protocol. https://bugzilla.gnome.org/show_bug.cgi?id=692125
This commit is contained in:
@@ -309,7 +309,9 @@ typedef enum {
|
||||
G_TEST_LOG_STOP_CASE, /* d:status d:nforks d:elapsed */
|
||||
G_TEST_LOG_MIN_RESULT, /* s:blurb d:result */
|
||||
G_TEST_LOG_MAX_RESULT, /* s:blurb d:result */
|
||||
G_TEST_LOG_MESSAGE /* s:blurb */
|
||||
G_TEST_LOG_MESSAGE, /* s:blurb */
|
||||
G_TEST_LOG_START_SUITE,
|
||||
G_TEST_LOG_STOP_SUITE
|
||||
} GTestLogType;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user