EXSWHTEC-315 - Implement unit tests for dim3 (#298)

- Implement unit tests for dim3
- Add doxygen comments
This commit is contained in:
milos-mozetic
2023-07-18 09:32:03 +02:00
committed by GitHub
parent 3c11353740
commit 8412bcb1b3
4 changed files with 298 additions and 0 deletions
+7
View File
@@ -36,6 +36,13 @@ THE SOFTWARE.
* @}
*/
/**
* @defgroup VectorTypeTest Vector types
* @{
* This section describes tests for the Vector type functions and operators.
* @}
*/
/**
* @defgroup DeviceTest Device Management
* @{