diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-01-26 09:19:36 -0800 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-01-27 15:31:54 -0800 |
commit | 51de0891fa5a460a59baf8a060ac6f9eaf6cfb7c (patch) | |
tree | ad3628a281bf35362ab8bbe8e618ac362919a3f1 | |
parent | 6388228187aa7e7ebaf9ee8ae0519b038e520268 (diff) |
README: update documentation about paths and profiles
v2: - Add this patch after comments (Emil)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -209,11 +209,14 @@ Build from the Command Prompt. Make sure that everything is set up correctly: - $ ./piglit run tests/sanity results/sanity + $ ./piglit run sanity results/sanity You may include '.py' on the profile, or you may exclude it (sanity vs sanity.py), both are equally valid. +You may also preface test profiles with tests/ (or any other path you like), +which may be useful for shell tab completion. + You may provide multiple profiles to be run at the same time: $ ./piglit run quick_cl gpu deqp-gles3 results/gl-cl-combined @@ -224,8 +227,9 @@ Use or $ ./piglit run -h -To learn more about the command's syntax. Have a look into the tests/ -directory to see what test profiles are available: +To learn more about the command's syntax. + +Have a look into the tests/ directory to see what test profiles are available: $ ls tests/*.py |