mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 17:10:08 +01:00
test: add EXIT_SKIP define
This commit is contained in:
parent
4f05261af8
commit
7c705325a4
1 changed files with 3 additions and 0 deletions
|
|
@ -91,6 +91,9 @@
|
|||
#include "gsystem-local-alloc.h"
|
||||
|
||||
|
||||
/* Analog to EXIT_SUCCESS and EXIT_FAILURE. */
|
||||
#define EXIT_SKIP (77)
|
||||
|
||||
/*******************************************************************************/
|
||||
|
||||
/* general purpose functions that have no dependency on other nmtst functions */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue