#define RESULT_TIMEOUT 0x01 #define RESULT_SIGNALLED 0x02 #define RESULT_NOTRUN 0x03 #define RESULT_FAIL 0x04 #define RESULT_PASS 0x05 #define RESULT_UNKNOWN 0x06 #define RESULT_PREFAIL 0x07 #define RESULT_POSTFAIL 0x08 #define RESULT_BUILDFAIL 0x09 #define EXIT_NOTRUN 127