COMPMID-3599: Remove directory structure from tests documentation
authorMichele Di Giorgio <michele.digiorgio@arm.com>
Wed, 28 Oct 2020 17:27:14 +0000 (17:27 +0000)
committerMichele Di Giorgio <michele.digiorgio@arm.com>
Tue, 3 Nov 2020 09:57:04 +0000 (09:57 +0000)
Relevant descriptions are moved to the ComputeLibrary.dir file so that
they can be shown under the `Files` tab.

Change-Id: I8e9b22c90d452e9fbb509460db28ad9cf87c9fa0
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4303
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>

docs/02_tests.dox
docs/ComputeLibrary.dir

index a813844403eb649e4c94b9d6bb68bd0bcea0e8c9..c46e1f5663d8a93577c72c6e1746ee55488794af 100644 (file)
@@ -45,28 +45,6 @@ information is needed within the test (e.g. to validate the results).
 
 @note Tests are not included in the pre-built binary archive, you have to build them from sources.
 
-@subsection tests_overview_structure Directory structure
-
-    .
-    `-- tests <- Top level test directory. All files in here are shared among validation and benchmark.
-        |-- framework <- Underlying test framework.
-        |-- CL             \
-        |-- GLES_COMPUTE   \
-        |-- NEON -> Backend specific files with helper functions etc.
-        |-- benchmark <- Top level directory for the benchmarking files.
-        |   |-- fixtures <- Fixtures for benchmark tests.
-        |   |-- CL <- OpenCL backend test cases on a function level.
-        |   |-- GLES_COMPUTE <- Same of OpenGL ES
-        |   `-- NEON <- Same for NEON
-        |-- datasets <- Datasets for benchmark and validation tests.
-        |-- main.cpp <- Main entry point for the tests. Currently shared between validation and benchmarking.
-        `-- validation -> Top level directory for validation files.
-            |-- CPP -> C++ reference code
-            |-- CL             \
-            |-- GLES_COMPUTE   \
-            |-- NEON -> Backend specific test cases
-            `-- fixtures -> Fixtures shared among all backends. Used to setup target function and tensors.
-
 @subsection tests_overview_fixtures Fixtures
 
 Fixtures can be used to share common setup, teardown or even run tasks among
index 52f1a806f637438e4d81e294952e73f65798784e..c325af29fdba42843c46cc04b9f4bf9816bbf9d6 100644 (file)
  *  @brief All test related files shared between validation and benchmark.
  */
 
+/** @file tests/main.cpp
+ *  @brief Main entry point for the tests. Currently shared between validation and benchmarking.
+ */
+
 /** @dir tests/CL
  *  @brief OpenCL accessors.
  */