summaryrefslogtreecommitdiffstats
path: root/user/test
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-15 23:41:06 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:07 -0400
commit5daabd23cfd13662e74ce8d069204882eb1fbad9 (patch)
treef4146d003923a3de5cf5071b76721b7883123364 /user/test
downloadrtems-docs-5daabd23cfd13662e74ce8d069204882eb1fbad9.tar.bz2
Initial reST documentation using Sphinx.
Diffstat (limited to 'user/test')
-rw-r--r--user/test/create.rst9
-rw-r--r--user/test/index.rst10
-rw-r--r--user/test/running.rst27
3 files changed, 46 insertions, 0 deletions
diff --git a/user/test/create.rst b/user/test/create.rst
new file mode 100644
index 0000000..329b076
--- /dev/null
+++ b/user/test/create.rst
@@ -0,0 +1,9 @@
+:orphan:
+
+Creating A Test
+===============
+.. index:: Creating a Test
+
+XXX: How to create a test.
+
+
diff --git a/user/test/index.rst b/user/test/index.rst
new file mode 100644
index 0000000..c767070
--- /dev/null
+++ b/user/test/index.rst
@@ -0,0 +1,10 @@
+==========
+Test Suite
+==========
+
+XXX: All about the test suite.
+
+
+.. include:: running.rst
+.. include:: create.rst
+
diff --git a/user/test/running.rst b/user/test/running.rst
new file mode 100644
index 0000000..c5161d7
--- /dev/null
+++ b/user/test/running.rst
@@ -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.
+