From 5daabd23cfd13662e74ce8d069204882eb1fbad9 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 15 Jan 2016 23:41:06 -0500 Subject: Initial reST documentation using Sphinx. --- user/test/create.rst | 9 +++++++++ user/test/index.rst | 10 ++++++++++ user/test/running.rst | 27 +++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 user/test/create.rst create mode 100644 user/test/index.rst create mode 100644 user/test/running.rst (limited to 'user/test') 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. + -- cgit v1.2.3