aboutsummaryrefslogtreecommitdiff
path: root/docs/02_tests.dox
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2018-11-21 15:23:49 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2018-11-21 16:19:50 +0000
commitbe2de40cffe375ba521ce8b3575277b81a71d0bf (patch)
tree43beaf8444f7c807fef92ca9d07a54b915527c47 /docs/02_tests.dox
parent1c948d47f55ff8a39aa527f63ea7df93a13dd38e (diff)
downloadComputeLibrary-be2de40cffe375ba521ce8b3575277b81a71d0bf.tar.gz
COMPMID-1451: Fix Test documentation
Change-Id: I62d937533967b29505d3ac8a51b513f0c6de8cd0
Diffstat (limited to 'docs/02_tests.dox')
-rw-r--r--docs/02_tests.dox3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/02_tests.dox b/docs/02_tests.dox
index 27e84059cc..2363ae03bf 100644
--- a/docs/02_tests.dox
+++ b/docs/02_tests.dox
@@ -48,12 +48,10 @@ information is needed within the test (e.g. to validate the results).
@subsection tests_overview_structure Directory structure
.
- |-- computer_vision <- Legacy tests. No new test must be added. <!-- FIXME: Remove before release -->
`-- tests <- Top level test directory. All files in here are shared among validation and benchmark.
|-- framework <- Underlying test framework.
|-- CL \
|-- NEON -> Backend specific files with helper functions etc.
- |-- VX / <!-- FIXME: Remove VX -->
|-- benchmark <- Top level directory for the benchmarking files.
| |-- fixtures <- Fixtures for benchmark tests.
| |-- CL <- OpenCL backend test cases on a function level.
@@ -67,7 +65,6 @@ information is needed within the test (e.g. to validate the results).
|-- CPP -> C++ reference code
|-- CL \
|-- NEON -> Backend specific test cases
- |-- VX / <!-- FIXME: Remove VX -->
`-- fixtures -> Fixtures shared among all backends. Used to setup target function and tensors.
@subsection tests_overview_fixtures Fixtures