summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-04-30 12:34:45 +0200
committerDan Williams <dcbw@redhat.com>2015-05-01 16:27:23 -0500
commit7c705325a444b90042ece506a7918af9ca1aa9d7 (patch)
treebda4b666842c2ce80e9f30bcb098629384b1dc70
parent4f05261af8cabf560857e320c625fee80a816ad9 (diff)
downloadNetworkManager-7c705325a444b90042ece506a7918af9ca1aa9d7.tar.gz
test: add EXIT_SKIP define
-rw-r--r--include/nm-test-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nm-test-utils.h b/include/nm-test-utils.h
index 8768976e6a..83e41ae970 100644
--- a/include/nm-test-utils.h
+++ b/include/nm-test-utils.h
@@ -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 */