mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user