[LTP] [PATCH] doc: correct the build steps for open_posix_testsuite
Cyril Hrubis
chrubis@suse.cz
Fri Nov 29 11:27:41 CET 2024
Hi!
> './configure' is needed just before generating the Makefiles.
>
> Signed-off-by: Xiubo Li <xiubli@redhat.com>
> ---
> doc/users/quick_start.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/doc/users/quick_start.rst b/doc/users/quick_start.rst
> index 1581b1f0c..e80c1c244 100644
> --- a/doc/users/quick_start.rst
> +++ b/doc/users/quick_start.rst
> @@ -54,6 +54,7 @@ generated first:
> .. code-block:: console
>
> $ cd testcases/open_posix_testsuite/
> + $ ./configure
That should be before the 'cd testcase/...' otherwise good catch, this
is clearly missing there.
> $ make generate-makefiles
> $ cd conformance/interfaces/foo
> $ make
> --
> 2.46.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list