Go to the source code of this file.
Data Structures | |
struct | testrunner_lite_options |
Defines | |
#define | LOCAL static |
#define | PROGNAME "testrunner-lite" |
Enumerations | |
enum | result_output { OUTPUT_TYPE_XML = 1, OUTPUT_TYPE_TXT } |
enum | testrunner_lite_return_code { TESTRUNNER_LITE_OK = 0, TESTRUNNER_LITE_INVALID_ARGUMENTS, TESTRUNNER_LITE_SSH_FAIL, TESTRUNNER_LITE_XML_PARSE_FAIL, TESTRUNNER_LITE_XML_VALIDATION_FAIL, TESTRUNNER_LITE_OUTPUT_FOLDER_CREATE_FAIL, TESTRUNNER_LITE_XML_READER_FAIL, TESTRUNNER_LITE_RESULT_LOGGING_FAIL } |
#define LOCAL static |
Definition at line 37 of file testrunnerlite.h.
#define PROGNAME "testrunner-lite" |
Definition at line 38 of file testrunnerlite.h.
enum result_output |
Result output type
Definition at line 43 of file testrunnerlite.h.
testrunner-lite exit codes
Definition at line 49 of file testrunnerlite.h.