test: add EXIT_SKIP define

This commit is contained in:
Thomas Haller
2015-04-30 12:34:45 +02:00
committed by Dan Williams
parent 4f05261af8
commit 7c705325a4

View File

@@ -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 */