[igt-dev] [PATCH i-g-t v2 3/4] README: clarify comment about tests
Petri Latvala
petri.latvala at intel.com
Thu Mar 15 11:47:27 UTC 2018
On Wed, Mar 14, 2018 at 05:59:09PM -0700, Lucas De Marchi wrote:
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
> ---
> README | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/README b/README
> index 7cd78e44..82c1cad5 100644
> --- a/README
> +++ b/README
> @@ -177,10 +177,13 @@ $ mkdir build && meson build && cd build && ninja
>
> Note that meson insist on separate build directories from the source tree.
>
> -Running testcases is done with
> +Running selfchecks for lib/tests and tests/ is done with
I don't think the locations of the selfchecks need to be listed
here. And the one selfcheck in tests/ (the command line handling
check) is there for legacy reasons anyway...
"Running IGT selfchecks is done with --" ?
Either way,
Reviewed-by: Petri Latvala <petri.latvala at intel.com>
>
> $ cd build && ninja test
>
> +Note that this doesn't actually run the testcases in tests/: scripts/run-tests.sh
> +should continue to be used for that.
> +
> Documentation is built using
>
> $ cd build && ninja && ninja intel-gpu-tools-doc
> --
> 2.14.3
>
More information about the igt-dev
mailing list