sanitycheck: clarify -s vs -T options in ztest doc

Clarify the difference and fix the ztest documentation adding more
examples.

This fixes #10662.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-11-05 14:22:42 -05:00
parent 637c41a382
commit 62cce740ea

View file

@ -19,7 +19,15 @@ be automatically built and run by the sanitycheck script. If you are testing
the **bar** component of **foo**, you should copy the sample folder to
``tests/foo/bar``. It can then be tested with::
./scripts/sanitycheck -s tests/foo/bar/test
./scripts/sanitycheck -s tests/foo/bar/test-identifier
In the example above ``tests/foo/bar`` signifies the path to the test and the
``test-identifier`` references a test defined in the file::`testcase.yaml` file.
To run all tests defined in a test project, run::
./scripts/sanitycheck -T tests/foo/bar/
The sample contains the following files: