aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Tsichritzis <john.tsichritzis@arm.com>2018-10-19 10:30:00 +0100
committerJohn Tsichritzis <john.tsichritzis@arm.com>2018-10-19 10:30:00 +0100
commit88a956f53fed50e864c663c5071c081f6c8f71af (patch)
treeab26bc03a0fb8b5f2a7b25347dba92b1afe9fcf0 /docs
parent4586e0d08b62e9578d50e3b581591936e439c8ac (diff)
downloadtf-a-tests-88a956f53fed50e864c663c5071c081f6c8f71af.tar.gz
RST rendering fix
Change-Id: Ifb9658f09c6de61f8ca4b36966f9a8d9987992d5 Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/design.rst44
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/design.rst b/docs/design.rst
index e10b5531e..7163aade0 100644
--- a/docs/design.rst
+++ b/docs/design.rst
@@ -139,42 +139,42 @@ the top level or under the ``tftf/`` directory):
- **Tests.**
-The tests are divided into the following categories (present as directories in
-the ``tftf/tests/`` directory):
+ The tests are divided into the following categories (present as directories in
+ the ``tftf/tests/`` directory):
-- **Framework validation tests.**
+ - **Framework validation tests.**
- Tests that exercise the core features of the framework. Verify that the test
- framework itself works properly.
+ Tests that exercise the core features of the framework. Verify that the test
+ framework itself works properly.
-- **Runtime services tests.**
+ - **Runtime services tests.**
- Tests that exercise the runtime services offered by the EL3 Firmware to the
- Normal World software. For example, this includes tests for the Standard
- Service (to which PSCI belongs to), the Trusted OS service or the SiP
- service.
+ Tests that exercise the runtime services offered by the EL3 Firmware to the
+ Normal World software. For example, this includes tests for the Standard
+ Service (to which PSCI belongs to), the Trusted OS service or the SiP
+ service.
-- **CPU extensions tests.**
+ - **CPU extensions tests.**
- Tests some CPU extensions features. For example, the AMU tests ensure that
- the counters provided by the Activity Monitor Unit are behaving correctly.
+ Tests some CPU extensions features. For example, the AMU tests ensure that
+ the counters provided by the Activity Monitor Unit are behaving correctly.
-- **Firmware Update tests.**
+ - **Firmware Update tests.**
- Tests that exercise the `Firmware Update`_ feature of TF-A.
+ Tests that exercise the `Firmware Update`_ feature of TF-A.
-- **Template tests.**
+ - **Template tests.**
- Sample test code showing how to write tests in practice. Serves as
- documentation.
+ Sample test code showing how to write tests in practice. Serves as
+ documentation.
-- **Performance tests.**
+ - **Performance tests.**
- Simple tests measuring the latency of an SMC call.
+ Simple tests measuring the latency of an SMC call.
-- **Miscellaneous tests.**
+ - **Miscellaneous tests.**
- Tests for RAS support, correct system setup, ...
+ Tests for RAS support, correct system setup, ...
All assembler files have the ``.S`` extension. The linker source file has the
extension ``.ld.S``. This is processed by GCC to create the linker script which