gpu: nvgpu: update SWUT with cond and timers

Update the SWUT sources and header file to include cond and
timers unit.

Jira NVGPU-3973
Jira NVGPU-3944

Change-Id: I480c6f7558a7e8d13fccba5ba79d65816527c904
Signed-off-by: ajesh <akv@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2203497
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
ajesh
2019-09-23 11:12:58 +05:30
committed by Alex Waterman
parent 75fc344540
commit 10094b7091
3 changed files with 6 additions and 2 deletions

View File

@@ -21,10 +21,10 @@
*/
/**
* @addtogroup SWUTS-posix.cond
* @addtogroup SWUTS-posix-cond
* @{
*
* Software Unit Test Specification for posix.cond
* Software Unit Test Specification for posix-cond
*/
#ifndef __UNIT_POSIX_COND_H__