gpu: nvgpu: unit: Argument to run QNX tests

Created a command line argument '-Q' for nvgpu_unit. It represents that
the tests are QNX specific tests.

Change-Id: I178e220de1777c7de30f489ad9f3b5352db3aa19
Signed-off-by: asah <asah@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2013907
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com>
Reviewed-by: Alex Waterman <alexw@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ankur Kishore <ankkishore@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
asah
2019-02-07 18:23:58 +05:30
committed by mobile promotions
parent 49506f257e
commit 49255caeff
2 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ struct unit_fw_args {
bool no_color;
int thread_count;
bool nvtest;
bool is_qnx;
const char *binary_name;
const char *unit_name;