lib: add an exit code to use when invalid options are specified

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-07-23 16:29:39 +01:00
parent 561d519e67
commit 784344ef88
2 changed files with 11 additions and 4 deletions
+7
View File
@@ -59,6 +59,13 @@
*/
#define IGT_EXIT_SUCCESS 0
/**
* IGT_EXIT_INVALID
*
* Exit status indicating an invalid option or subtest was specified
*/
#define IGT_EXIT_INVALID 79
bool __igt_fixture(void);
void __igt_fixture_complete(void);