mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 22:53:38 +08:00
Initial reST documentation using Sphinx.
This commit is contained in:
9
user/test/create.rst
Normal file
9
user/test/create.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
:orphan:
|
||||
|
||||
Creating A Test
|
||||
===============
|
||||
.. index:: Creating a Test
|
||||
|
||||
XXX: How to create a test.
|
||||
|
||||
|
10
user/test/index.rst
Normal file
10
user/test/index.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
==========
|
||||
Test Suite
|
||||
==========
|
||||
|
||||
XXX: All about the test suite.
|
||||
|
||||
|
||||
.. include:: running.rst
|
||||
.. include:: create.rst
|
||||
|
27
user/test/running.rst
Normal file
27
user/test/running.rst
Normal file
@@ -0,0 +1,27 @@
|
||||
:orphan:
|
||||
|
||||
Running
|
||||
========
|
||||
.. index:: Running a Test
|
||||
|
||||
XXX: How to run tests via waf.
|
||||
|
||||
|
||||
Host
|
||||
----
|
||||
|
||||
XXX: Host-based tests
|
||||
|
||||
|
||||
Simulation
|
||||
----------
|
||||
.. index:: Test Simulation
|
||||
|
||||
XXX: Simulator
|
||||
|
||||
|
||||
|
||||
Hardware
|
||||
--------
|
||||
XXX: Running on real hardware.
|
||||
|
Reference in New Issue
Block a user