From be2de40cffe375ba521ce8b3575277b81a71d0bf Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Wed, 21 Nov 2018 15:23:49 +0000 Subject: COMPMID-1451: Fix Test documentation Change-Id: I62d937533967b29505d3ac8a51b513f0c6de8cd0 --- docs/02_tests.dox | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/02_tests.dox') 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. `-- 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 / |-- 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 / `-- fixtures -> Fixtures shared among all backends. Used to setup target function and tensors. @subsection tests_overview_fixtures Fixtures -- cgit v1.2.1